Skip to content

Commit

Permalink
Add condition to system deps install
Browse files Browse the repository at this point in the history
  • Loading branch information
tphbrok committed Jul 9, 2024
1 parent 1e508dc commit 033bf3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install system dependencies
if: ${{ matrix.name == 'macos-arm64' }}
run: |
sudo apt update
sudo apt-get update
Expand Down

0 comments on commit 033bf3a

Please sign in to comment.