Skip to content

Commit f905067

Browse files
jessp01visit1985
authored andcommitted
CI fix
1 parent 057a3f5 commit f905067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
compiler: [gcc-12, gcc-13, clang-17, clang-18]
1212
env:
1313
PREFIX: /usr/local/bin
14-
CC: ${{ matrix.cc }}
14+
CC: ${{ matrix.compiler }}
1515

1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)