Skip to content

Commit

Permalink
ci: check if we can run the tests on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Dec 24, 2024
1 parent 012b31f commit a62d6f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
runs-on: macos-latest

steps:
- name: Install ALSA and Jack dependencies
run: |
sudo apt-get update && sudo apt-get install -y libasound2-dev libjack-jackd2-dev
# - name: Install ALSA and Jack dependencies
# run: |
# sudo apt-get update && sudo apt-get install -y libasound2-dev libjack-jackd2-dev

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit a62d6f0

Please sign in to comment.