CI: fix and fmt
install alsa lib on linux platform
This commit is contained in:
parent
1b9607be3f
commit
a8427dcb4b
4 changed files with 27 additions and 28 deletions
4
.github/workflows/m1_ci.yml
vendored
4
.github/workflows/m1_ci.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
# collaborators of the repository only.
|
||||
#
|
||||
# Whenever GitHub Actions gets official M1 support, we can use that for PRs and get rid of this
|
||||
# self-hosted runner: https://github.com/actions/virtual-environments/issues/2187
|
||||
# self-hosted runner: https://github.com/actions/virtual-environments/issues/2187
|
||||
- push
|
||||
jobs:
|
||||
aarch64-macos:
|
||||
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: [self-hosted, macOS, ARM64]
|
||||
strategy:
|
||||
matrix:
|
||||
project: ['.', 'glfw', 'freetype']
|
||||
project: [".", "glfw", "freetype"]
|
||||
defaults:
|
||||
run:
|
||||
shell: "/usr/bin/arch -arch arm64e /bin/bash --noprofile --norc -eo pipefail {0}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue