Skip to content

Commit

Permalink
CI: Constrain brew architecture interpretation
Browse files Browse the repository at this point in the history
  • Loading branch information
smoe committed May 3, 2024
1 parent 532e82d commit 05a387a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Install Dependencies
run: |
#if [ "${{ matrix.os }}" = "macos-latest" ]; then
#brew update # seems to make problems
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 update
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 install libwxgtk3.2-dev || sudo apt install wx3.2-headers || sudo apt install libwxgtk3.0-gtk3-dev || sudo apt install libwxgtk3.0-dev
Expand Down

0 comments on commit 05a387a

Please sign in to comment.