Merge pull request #3613 from bjorn3/patch-1

Fix cargo registry caching for builds
This commit is contained in:
Aleksey Kladov 2020-03-17 11:14:25 +01:00 committed by GitHub
commit 96f19c3af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,9 @@ jobs:
override: true override: true
components: rustfmt, rust-src components: rustfmt, rust-src
- if: matrix.os == 'ubuntu-latest'
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
- name: Cache cargo registry - name: Cache cargo registry
uses: actions/cache@v1 uses: actions/cache@v1
with: with: