Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelDarley committed Jun 25, 2024
1 parent 5ca3dd8 commit c90b661
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,11 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn install
- name: Download macOS x64 artifact
uses: actions/download-artifact@v3
with:
name: bindings-x86_64-apple-darwin
path: artifacts
# - name: Download macOS x64 artifact
# uses: actions/download-artifact@v3
# with:
# name: bindings-x86_64-apple-darwin
# path: artifacts
- name: Download macOS arm64 artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit c90b661

Please sign in to comment.