Skip to content

Commit

Permalink
Enable windows-x86_64-conda build via GitHub Actions (facebookresearc…
Browse files Browse the repository at this point in the history
…h#3406)

Summary:
Pull Request resolved: facebookresearch#3406

Migration to GitHub Actions

Reviewed By: junjieqi

Differential Revision: D56848895

fbshipit-source-id: 5a351534d9151369a9104314fee203657ac40043
  • Loading branch information
ramilbakhshyiev authored and abhinavdangeti committed Jul 12, 2024
1 parent e4a816b commit 1053d61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ jobs:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda
windows-x86_64-conda:
runs-on: windows-2019
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda

0 comments on commit 1053d61

Please sign in to comment.