Skip to content

Commit

Permalink
Revert use of CCACHE_DIR env var
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Nov 2, 2023
1 parent 4a06a28 commit 563e5d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
mv ccache-4.8.3-windows-x86_64 ccache
cp ccache/ccache.exe ccache/cl.exe
echo "${GITHUB_WORKSPACE}/ccache" >> $GITHUB_PATH
echo "CCACHE_DIR=${GITHUB_WORKSPACE}/ccache" >> $GITHUB_ENV
- name: ccache
uses: hendrikmuhs/[email protected]
Expand Down Expand Up @@ -135,7 +134,7 @@ jobs:
-DBUILD_TOOLS=ON \
-DBUILD_not_system=OFF \
-DPython3_EXECUTABLE='${{ steps.setup-python.outputs.python-path }}' \
-DCMAKE_VS_GLOBALS="CLToolExe=cl.exe;CLToolPath=${CCACHE_DIR};TrackFileAccess=false;UseMultiToolTask=true;DebugInformationFormat=OldStyle"
-DCMAKE_VS_GLOBALS="CLToolExe=cl.exe;CLToolPath=${GITHUB_WORKSPACE}/ccache;TrackFileAccess=false;UseMultiToolTask=true;DebugInformationFormat=OldStyle"
- name: Build
shell: bash
Expand Down

0 comments on commit 563e5d6

Please sign in to comment.