diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84d49ba76b..cce1bd7bd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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