Skip to content

Commit 74562b2

Browse files
Enable windows-x86_64-conda build via GitHub Actions (#3406)
Summary: Pull Request resolved: #3406 Migration to GitHub Actions Reviewed By: junjieqi Differential Revision: D56848895 fbshipit-source-id: 5a351534d9151369a9104314fee203657ac40043
1 parent 5fd8b81 commit 74562b2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
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/[email protected]
67+
with:
68+
fetch-depth: 0
69+
fetch-tags: true
70+
- uses: ./.github/actions/build_conda

0 commit comments

Comments
 (0)