Skip to content

Commit

Permalink
hard-code compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmrichard committed Dec 28, 2023
1 parent cfb9a1e commit c5e3667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.CONTAINER_REPO_TOKEN }}
strategy:
matrix:
compiler: ${{ fromJSON(inputs.compilers) }}
compiler: gcc-11
steps:
- uses: actions/checkout@v4
- name: Append Repo Settings to CMake Toolchain
Expand Down

0 comments on commit c5e3667

Please sign in to comment.