Skip to content

Commit

Permalink
install arm-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jan 7, 2024
1 parent 8ce4d16 commit f4d5201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ppuc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- if: (matrix.platform == 'macos')
name: Add autoconf and automake (mac runner)
run: |
brew install autoconf automake
brew install autoconf automake arm-gcc
- if: (!(matrix.platform == 'linux' && matrix.arch == 'aarch64'))
name: Build ppuc-${{ matrix.platform }}-${{ matrix.arch }}
run: |
Expand Down

0 comments on commit f4d5201

Please sign in to comment.