Skip to content

Commit 413e196

Browse files
authored
Merge pull request borglab#2367 from talregev/TalR/sccache
sccache for all os in vcpkg
2 parents 8605e73 + 2fbdf36 commit 413e196

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/vcpkg.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,9 @@ jobs:
5959
toolset: 14.40
6060

6161
- name: Install sccache
62-
if: runner.os == 'Windows'
6362
uses: mozilla-actions/sccache-action@v0.0.9
6463

6564
- name: Use sccache
66-
if: runner.os == 'Windows'
6765
shell: bash
6866
run: |
6967
echo "SCCACHE_GHA_ENABLED=ON" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)