Skip to content

Commit 521bbe3

Browse files
committed
Debug
Signed-off-by: Šimon Brandner <[email protected]> Fix Signed-off-by: Šimon Brandner <[email protected]>
1 parent bd782ae commit 521bbe3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
with:
1616
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1717
- run: nix flake check
18+
- run: sudo apt-get remove rustup rustc
19+
- run: rustup which clippy
20+
- run: rustup which rustc
21+
- run: rustc --version
22+
- run: rustup --version
1823
- run: nix develop --command cargo fmt -- --check
1924
- run: |
2025
nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clean && cargo clippy"

0 commit comments

Comments
 (0)