Skip to content

Commit

Permalink
Fix variable in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
olanti-p committed Nov 7, 2023
1 parent 511c312 commit ecefac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
${{ matrix.c_compiler }} --version | grep -q -E "${{ matrix.grep_clang_version_rxp }}"
- name: set up a mock GCC toolchain root for Clang (Ubuntu)
if: ${{ env.SKIP == 'false' && runner.os == 'Linux' && (matrix.compiler == 'clang++-14') }}
if: ${{ env.SKIP == 'false' && runner.os == 'Linux' && (matrix.cxx_compiler == 'clang++-14') }}
run: |
sudo mkdir /opt/mock-gcc-11
sudo ln -s /usr/include /opt/mock-gcc-11/include
Expand Down

0 comments on commit ecefac1

Please sign in to comment.