From 50ecea0c18eb9fa572828217ce87315c9e5a5b80 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Tue, 4 Aug 2020 03:33:31 +0300 Subject: [PATCH] Remove cargo home perms workaround --- .github/workflows/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29c848bdf9ef..a95d1929c919 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,11 +16,6 @@ jobs: steps: - uses: actions/checkout@v2 - # https://github.com/actions/cache/issues/133 - - name: Fixup owner of ~/.cargo/ - # Don't remove the trailing /. It is necessary to follow the symlink. - run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/ - - name: Cache cargo installed crates uses: actions/cache@v1.1.2 with: