Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-projectx committed Nov 7, 2023
1 parent aaeef57 commit 50d9f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Workaround https://github.com/actions/runner-images/issues/8659
echo "matrix.name=${{ matrix.name }}"
echo "matrix.os=${{ matrix.os }}"
if [ "${{ matrix.name }}" = "ubuntu-22.04-clang-14" || "${{ matrix.os }}" = "ubuntu-latest"]; then
if [[ "${{ matrix.name }}" = "ubuntu-22.04-clang-14" ]] || [[ "${{ matrix.os }}" = "ubuntu-latest"]]; then
echo "Workaround for https://github.com/actions/runner-images/issues/8659"
sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
sudo apt-get update
Expand Down

0 comments on commit 50d9f91

Please sign in to comment.