From bee2e61a6a2a50ce496d6f8817b822b6faebd1e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 23 Jan 2025 21:23:31 +0100 Subject: [PATCH] Remove snap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner fds Signed-off-by: Šimon Brandner --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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