Skip to content

Commit

Permalink
build(CI/CD): Switch to GCC
Browse files Browse the repository at this point in the history
Switch compiler to GCC, since there seems to be some issue building it on GitHub with does not exist locally.
Testing if this might be due to a compiler issue.
  • Loading branch information
TomSchammo authored Jan 3, 2024
1 parent 266a8e6 commit 292e603
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
compiler: [gcc]

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 292e603

Please sign in to comment.