Don't use CCACHE for CI flow (#12977)

Don't use CCACHE for CI flow
This commit is contained in:
Michał Janiszewski 2020-09-21 04:06:20 +02:00 committed by GitHub
parent 4030d9050e
commit 2c520b9b5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,7 +209,7 @@ jobs:
run: . scripts/setenv -q && get-discord-rpc
- name: Build OpenRCT2
shell: bash
run: . scripts/setenv -q && build -DCMAKE_BUILD_TYPE=Release -DAPPIMAGE=ON
run: . scripts/setenv -q && build -DCMAKE_BUILD_TYPE=Release -DAPPIMAGE=ON -DOPENRCT2_USE_CCACHE=off
- name: Build AppImage
shell: bash
run: . scripts/setenv -q && build-appimage