Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jun 28, 2024
1 parent 65c0f59 commit 878f940
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ jobs:
# Downloads ccache, and copies it to "cl.exe" in order to trick cmake into using it,
# see ccache wiki for background on using it with MSVC:
# https://github.com/ccache/ccache/wiki/MS-Visual-Studio
# - name: Install ccache
# shell: bash
# run: |
# wget https://github.com/ccache/ccache/releases/download/v4.8.3/ccache-4.8.3-windows-x86_64.zip -O ccache.zip
# unzip ccache.zip
# rm ccache.zip
# mv ccache-4.8.3-windows-x86_64 ccache
# cp ccache/ccache.exe ccache/cl.exe
# echo "${GITHUB_WORKSPACE}/ccache" >> $GITHUB_PATH
- name: Install ccache
shell: bash
run: |
wget https://github.com/ccache/ccache/releases/download/v4.8.3/ccache-4.8.3-windows-x86_64.zip -O ccache.zip
unzip ccache.zip
rm ccache.zip
mv ccache-4.8.3-windows-x86_64 ccache
cp ccache/ccache.exe ccache/cl.exe
echo "${GITHUB_WORKSPACE}/ccache" >> $GITHUB_PATH
# - name: ccache
# uses: hendrikmuhs/[email protected]
Expand Down

0 comments on commit 878f940

Please sign in to comment.