Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
slinkydeveloper 2020-03-13 15:39:03 +01:00 committed by Francesco Guardiani
parent 40a2c2627a
commit d550df93ed
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: apt-get update
if: ${{ matrix.toolchain == x86_64-unknown-linux-musl }}
if: matrix.toolchain == 'x86_64-unknown-linux-musl'
- run: apt-get install -y musl
if: ${{ matrix.toolchain == x86_64-unknown-linux-musl }}
if: matrix.toolchain == 'x86_64-unknown-linux-musl'
- name: Cache cargo registry
uses: actions/cache@v1
with: