From 90ca36d73750e1cd13ab30d910a43b3198877d4a Mon Sep 17 00:00:00 2001 From: EpicPix <48453873+EpicPix@users.noreply.github.com> Date: Sat, 30 Oct 2021 20:24:04 +0200 Subject: [PATCH] Remove installing rust explicitly --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d0ac69..fc41ba9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,8 +8,6 @@ jobs: steps: - uses: actions/checkout@v2 - - - run: rustup toolchain install stable - name: Build working-directory: crates/file-info/