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 1b9607be3f
commit a8427dcb4b
4 changed files with 27 additions and 28 deletions

View file

@ -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}"