Skip to content

Commit

Permalink
CI: arm64 update
Browse files Browse the repository at this point in the history
  • Loading branch information
smoe committed Apr 25, 2024
1 parent d15d404 commit e9ac633
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: |
if [ "${{ matrix.os }}" = "macos-latest" ]; then
#brew update
brew install autoconf-archive autoconf automake libtool m4
brew install wxwidgets tinyxml zstd libpng sqlite
brew install dylibbundler pkg-config
brew install googletest
arch -arm64 brew install autoconf-archive autoconf automake libtool m4
arch -arm64 brew install wxwidgets tinyxml zstd libpng sqlite
arch -arm64 brew install dylibbundler pkg-config
arch -arm64 brew install googletest
elif [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
sudo apt-get update
sudo apt-get install autoconf-archive
Expand All @@ -44,7 +44,7 @@ jobs:
- name: install asciidoc
run: |
if [ "${{ matrix.os }}" = "macos-latest" ]; then
brew install asciidoc
arch -arm64 brew install asciidoc
elif [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
sudo apt install asciidoc
fi
Expand Down

0 comments on commit e9ac633

Please sign in to comment.