Skip to content

Commit

Permalink
fixup! Resolve multiple definition linker error in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Notgnoshi committed Mar 2, 2024
1 parent 89e8a92 commit b7c4070
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install C++ build dependencies
run: |
sudo apt-get update
sudo apt-get install cmake build-essential ninja-build
sudo apt-get install -y --no-install-recommends cmake build-essential ninja-build
- name: Set up Rust stable
uses: actions-rs/toolchain@v1
with:
Expand All @@ -37,6 +37,9 @@ jobs:
override: true
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
with:
# modify to trigger cleaing the cache
prefix-key: v1-rust
- name: Run rustfmt
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit b7c4070

Please sign in to comment.