CI: fix and fmt

install alsa lib on linux platform
This commit is contained in:
Ali Chraghi 2022-07-23 12:54:42 +04:30 committed by Stephen Gutekanst
parent bf445c448b
commit 2e486e8594

View file

@ -65,7 +65,7 @@ jobs:
- name: test - name: test
run: zig build test run: zig build test
x86_64-macos: x86_64-macos:
runs-on: macos-latest runs-on: macos-12
# We want to run on external PRs, but not on our own internal PRs as they'll be run by the push # We want to run on external PRs, but not on our own internal PRs as they'll be run by the push
# to the branch. # to the branch.
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository