Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
slinkydeveloper 2020-03-13 15:42:35 +01:00 committed by Francesco Guardiani
parent 17524ec254
commit 0a3bcc8085
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ jobs:
- x86_64-unknown-linux-musl
steps:
- uses: actions/checkout@v2
- run: apt-get update
- run: sudo apt-get update
if: matrix.target == 'x86_64-unknown-linux-musl'
- run: apt-get install -y musl
- run: sudo apt-get install -y musl
if: matrix.target == 'x86_64-unknown-linux-musl'
- name: Cache cargo registry
uses: actions/cache@v1