diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6e7550..b6826d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - run: nix flake check + - run: sudo snap remove rustc + - run: sudo snap remove rustup - run: sudo apt-get remove rustup rustc - run: rustup which rustc - run: rustc --version