diff options
| author | Paul Cacheux <paul.cacheux@datadoghq.com> | 2022-10-15 14:40:01 +0200 |
|---|---|---|
| committer | Paul Cacheux <paul.cacheux@datadoghq.com> | 2022-10-15 14:40:01 +0200 |
| commit | cd01e8db68ece972255b8ca283672de8510e5570 (patch) | |
| tree | 20b01cd361748ca570335c252cf9ce1c9bec88f7 | |
| parent | 12bfb01b91d94d51a92b49049cb8edc28f2818fd (diff) | |
| download | rust-cd01e8db68ece972255b8ca283672de8510e5570.tar.gz rust-cd01e8db68ece972255b8ca283672de8510e5570.zip | |
remove cargo cache fixups
| -rw-r--r-- | .github/workflows/ci.yml | 5 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 147b00ff72f..a75a770550c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,11 +71,6 @@ jobs: - name: Set RUST_COMPILER_RT_ROOT run: echo "RUST_COMPILER_RT_ROOT="${{ env.workspace }}/llvm/compiler-rt >> $GITHUB_ENV - # 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@v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d9b93b5322..dd24db5e707 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,11 +58,6 @@ jobs: - name: Set RUST_COMPILER_RT_ROOT run: echo "RUST_COMPILER_RT_ROOT="${{ env.workspace }}/llvm/compiler-rt >> $GITHUB_ENV - # 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@v3 with: |
