Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 authored and visit1985 committed Jan 26, 2025
1 parent 057a3f5 commit f905067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
compiler: [gcc-12, gcc-13, clang-17, clang-18]
env:
PREFIX: /usr/local/bin
CC: ${{ matrix.cc }}
CC: ${{ matrix.compiler }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f905067

Please sign in to comment.