We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47248d8 commit 87b1ec3Copy full SHA for 87b1ec3
.github/workflows/ci.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
github_access_token: ${{ secrets.GITHUB_TOKEN }}
17
- run: nix flake check
18
+ - run: sudo snap remove rustup rustc
19
- run: sudo apt-get remove rustup rustc
20
- run: rustup which rustc
21
- run: rustc --version
0 commit comments