Skip to content

Commit

Permalink
Revert "Fix variable in matrix"
Browse files Browse the repository at this point in the history
This reverts commit 679d078.
  • Loading branch information
olanti-p committed Nov 14, 2023
1 parent cf04e93 commit a30cdb3
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 @@ -200,7 +200,7 @@ jobs:
${{ matrix.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.cxx_compiler == 'clang++-14') }}
if: ${{ env.SKIP == 'false' && runner.os == 'Linux' && (matrix.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 a30cdb3

Please sign in to comment.