Skip to content

Commit

Permalink
Added ccache (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Nov 7, 2023
1 parent 97a3763 commit 54d0dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# run: choco install winfsp
# copy "C:\Program Files (x86)\WinFsp\bin\winfsp-x64.dll" ${{ runner.temp }}\build

- name: ccache
- name: Install ccache
run: choco install ccache

- name: Configure build environment
Expand All @@ -110,7 +110,7 @@ jobs:
shell: bash
run: |
echo "CORES=$(nproc --all)" >> $GITHUB_ENV
echo "CCACHE_DIR=${{ runner.workspace }}/${{ env.CCACHE_FLD }}" >> $GITHUB_ENV
echo "CCACHE_DIR=${{ env.CCACHE_FLD }}" >> $GITHUB_ENV
mkdir -p ${{ env.CCACHE_FLD }}
- name: vcpkg cache
Expand Down

0 comments on commit 54d0dd9

Please sign in to comment.