Update build.yaml

This commit is contained in:
Andrea Cavalli 2020-12-26 13:53:38 +01:00
parent 64277f4221
commit 1798152be5
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
with:
submodules: "recursive"
- name: Setup ccache variables
shell: bash
run: |
ARCH=${{ matrix.arch }}
SAFE_ARCH=$(echo $ARCH | sed 's/\//\-/g')