build fix 2

This commit is contained in:
flyinghead 2021-04-13 12:22:01 +02:00
parent b549c56b23
commit f2a0098fed
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ jobs:
if: matrix.config.os == 'ubuntu-latest' if: matrix.config.os == 'ubuntu-latest'
- name: Set up build environment (windows-latest) - name: Set up build environment (windows-latest)
run: echo "DXSDK_DIR=$HOME/ccache/" >> $GITHUB_ENV run: echo "DXSDK_DIR=${Env:HOMEDRIVE}${Env:HOMEPATH}\ccache\" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
shell: bash
if: matrix.config.os == 'windows-latest' && matrix.config.name != 'x86_64-w64-mingw32' if: matrix.config.os == 'windows-latest' && matrix.config.name != 'x86_64-w64-mingw32'
- uses: actions/cache@v2 - uses: actions/cache@v2