Skip to content

Commit

Permalink
symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Jan 11, 2024
1 parent 5267336 commit aaf865f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ jobs:
- uses: actions/checkout@v3

- name: Install gcc10 and sdl2 on Homebrew
run: brew install gcc@10 sdl2
run: |
brew install gcc@10 sdl2
ln -s /usr/local/bin/gcc-10 /usr/local/bin/gcc
ln -s /usr/local/bin/g++-10 /usr/local/bin/g++
- run: which gcc

Expand Down

0 comments on commit aaf865f

Please sign in to comment.