Skip to content

Commit 79a37bd

Browse files
committed
Set compiler
1 parent c81a2d2 commit 79a37bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
- uses: actions/setup-python@v5
2929
with:
3030
python-version: '3.x'
31-
- Name: Set compiler GCC14
31+
32+
- name: Set compiler GCC14
3233
run: |
3334
echo "CC=gcc-14" >> make/local
3435
echo "CXX=g++-14" >> make/local

0 commit comments

Comments
 (0)