Skip to content

Commit

Permalink
Set compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 17, 2025
1 parent c81a2d2 commit 79a37bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- Name: Set compiler GCC14

- name: Set compiler GCC14
run: |
echo "CC=gcc-14" >> make/local
echo "CXX=g++-14" >> make/local
Expand Down

0 comments on commit 79a37bd

Please sign in to comment.