Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com>
  • Loading branch information
xDimon committed Feb 6, 2024
1 parent cf9afa6 commit aa9e705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
brew install ninja
else
sudo apt-get update || true
sudo apt-get install -y ninja-build clang-15 clang++-15 gcc-13 g++-13
sudo apt-get install -y ninja-build ${{ matrix.compiler.cc }} ${{ matrix.compiler.cxx }}
fi
sudo python3 -m pip install --upgrade pip
Expand Down

0 comments on commit aa9e705

Please sign in to comment.