build fix 2
This commit is contained in:
parent
b549c56b23
commit
f2a0098fed
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue