Skip to content

Commit

Permalink
Add --no-install-recommends to install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Oct 30, 2024
1 parent ab4ae1b commit a6137cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-cmake-${{ matrix.compiler }}-
- name: install dependencies
run: sudo apt install -yqq ninja-build
run: sudo apt install -yqq --no-install-recommends ninja-build

- name: configure cmake
run: cmake -S . --preset=${{matrix.compiler}} -B build -DCMAKE_CXX_STANDARD=${{matrix.cxx_version}}
Expand Down

0 comments on commit a6137cd

Please sign in to comment.