Skip to content

Commit

Permalink
More hackery, pt. 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 18, 2024
1 parent 80d3594 commit bbfe10e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Install gcc
shell: bash
run: |
brew install aarch64-elf-gcc
GCC="$(brew --prefix aarch64-elf-gcc)/bin/gcc"
GXX="$(brew --prefix aarch64-elf-gcc)/bin/g++"
brew install gcc
GCC="$(brew --prefix gcc)/bin/gcc"
GXX="$(brew --prefix gcc)/bin/g++"
echo "GCC=$GCC" >> $GITHUB_ENV
echo "GXX=$GXX" >> $GITHUB_ENV
Expand Down

0 comments on commit bbfe10e

Please sign in to comment.