Skip to content

Commit 5fd8b81

Browse files
Enable linux-x86_64-conda build via GitHub Actions (facebookresearch#3405)
Summary: Pull Request resolved: facebookresearch#3405 Migration to GitHub Actions Reviewed By: junjieqi Differential Revision: D56843276 fbshipit-source-id: 3d5c7ee9a36a783407dfdcc3574c377da5f9db78
1 parent c92b480 commit 5fd8b81

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,12 @@ jobs:
5050
- uses: ./.github/actions/build_cmake
5151
with:
5252
opt_level: avx2
53+
linux-x86_64-conda:
54+
runs-on: ubuntu-latest
55+
steps:
56+
- name: Checkout
57+
uses: actions/[email protected]
58+
with:
59+
fetch-depth: 0
60+
fetch-tags: true
61+
- uses: ./.github/actions/build_conda

0 commit comments

Comments
 (0)