Skip to content

Commit

Permalink
Enable linux-arm64-conda check via GitHub Actions
Browse files Browse the repository at this point in the history
Summary: Migration to GitHub Actions

Differential Revision: D56856565
  • Loading branch information
ramilbakhshyiev authored and facebook-github-bot committed May 1, 2024
1 parent 74562b2 commit 6961b9e
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 @@ -68,3 +68,12 @@ jobs:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda
linux-arm64-conda:
runs-on: 2-core-ubuntu-arm
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 6961b9e

Please sign in to comment.