Skip to content

Commit e13c7cb

Browse files
committed
lets try again
1 parent f1aa654 commit e13c7cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
sudo apt update
5757
sudo apt install -y ninja-build
5858
if [[ "${{ matrix.compiler }}" == "llvm" ]]; then
59-
sudo apt install -y "clang++-${{ compiler-version }}"
59+
sudo apt install -y "clang++-${{ matrix.compiler-version }}"
6060
elif [[ "${{ matrix.compiler }}" == "gcc" ]]; then
61-
sudo apt install -y "g++-${{ compiler-version }}"
61+
sudo apt install -y "g++-${{ matrix.compiler-version }}"
6262
fi
6363
- name: Compile
6464
run: |

0 commit comments

Comments
 (0)