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 bee2e61Copy full SHA for bee2e61
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
with:
16
github_access_token: ${{ secrets.GITHUB_TOKEN }}
17
- run: nix flake check
18
+ - run: sudo snap remove rustc
19
+ - run: sudo snap remove rustup
20
- run: sudo apt-get remove rustup rustc
21
- run: rustup which rustc
22
- run: rustc --version
0 commit comments