Skip to content

Commit 0d65e11

Browse files
Removed ccache
1 parent 1801851 commit 0d65e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
# Embree is now in a fixed location
174174
$embreeLocation = "$PWD/../thirdparty/embree"
175175
Write-Host "Setting EMBREE_LOCATION to: $embreeLocation"
176-
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_COMPILE_WARNING_AS_ERROR=OFF -DCMAKE_VERBOSE_MAKEFILE=ON -GNinja -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DEMBREE_LOCATION="$embreeLocation"
176+
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_COMPILE_WARNING_AS_ERROR=OFF -DCMAKE_VERBOSE_MAKEFILE=ON -DEMBREE_LOCATION="$embreeLocation"
177177
178178
- name: Configure CMake (macOS)
179179
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)