Skip to content

Commit

Permalink
Install gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Sep 13, 2024
1 parent 3646e8c commit 939849f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install gcc
run: brew install gcc

- name: Print gcc version
run: gcc --version

Expand Down

0 comments on commit 939849f

Please sign in to comment.