Skip to content

Commit 1053d61

Browse files
ramilbakhshyievabhinavdangeti
authored andcommitted
Enable windows-x86_64-conda build via GitHub Actions (facebookresearch#3406)
Summary: Pull Request resolved: facebookresearch#3406 Migration to GitHub Actions Reviewed By: junjieqi Differential Revision: D56848895 fbshipit-source-id: 5a351534d9151369a9104314fee203657ac40043
1 parent e4a816b commit 1053d61

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

+9
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,12 @@ jobs:
5959
fetch-depth: 0
6060
fetch-tags: true
6161
- uses: ./.github/actions/build_conda
62+
windows-x86_64-conda:
63+
runs-on: windows-2019
64+
steps:
65+
- name: Checkout
66+
uses: actions/checkout@v4.1.1
67+
with:
68+
fetch-depth: 0
69+
fetch-tags: true
70+
- uses: ./.github/actions/build_conda

0 commit comments

Comments
 (0)