Skip to content

Commit

Permalink
Trim installed packages in samples.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Aug 6, 2024
1 parent 1c50edd commit 8218409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: "Installing build dependencies"
run: |
sudo apt update
sudo apt install -y cmake clang ninja-build libstdc++-12-dev
sudo apt install -y ninja-build
echo "CC=clang" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
- name: "Setting up Python"
Expand Down

0 comments on commit 8218409

Please sign in to comment.