Skip to content

Commit

Permalink
Enable windows-x86_64-conda build via GitHub Actions (#3406)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3406

Migration to GitHub Actions

Reviewed By: junjieqi

Differential Revision: D56848895

fbshipit-source-id: 5a351534d9151369a9104314fee203657ac40043
  • Loading branch information
ramilbakhshyiev authored and facebook-github-bot committed May 1, 2024
1 parent 5fd8b81 commit 74562b2
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/checkout@v4.1.1
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda

0 comments on commit 74562b2

Please sign in to comment.