From 3d6fc649f28f60bc86b394c9d21e601ca949ae57 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Wed, 29 Jul 2020 23:58:40 +0300 Subject: Remove the premissions-misconifguration bug workarounds on CI --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 20663196d..2acd44012 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,9 +61,6 @@ jobs: override: true components: rustfmt, rust-src - - if: matrix.os == 'ubuntu-latest' - run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/ - - name: Cache cargo directories uses: actions/cache@v2 with: @@ -108,8 +105,6 @@ jobs: override: true target: 'powerpc-unknown-linux-gnu' - - run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/ - - name: Cache cargo directories uses: actions/cache@v2 with: -- cgit v1.2.3