Skip to content

Commit fb5e10a

Browse files
Removed GithubActions vcpkg cache
1 parent 3b6a3bb commit fb5e10a

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

.github/workflows/linux.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: linux
22

33
on: [ push, pull_request ]
44

5-
env:
6-
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
7-
85
jobs:
96
linux:
107
strategy:
@@ -47,17 +44,6 @@ jobs:
4744
with:
4845
submodules: recursive
4946
fetch-depth: 0
50-
- name: Export GitHub Actions cache environment variables
51-
uses: actions/github-script@v7
52-
with:
53-
script: |
54-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
55-
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
56-
- name: Setup ccache
57-
uses: hendrikmuhs/ccache-action@v1
58-
with:
59-
key: "${{ github.job }}-${{ matrix.compiler }}-${{ matrix.compiler-version }}"
60-
max-size: "2G"
6147
- name: Run vcpkg
6248
uses: lukka/run-vcpkg@v11
6349
- name: Install dependencies

.github/workflows/macos.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: macos
22

33
on: [ push, pull_request ]
44

5-
env:
6-
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
7-
85
jobs:
96
macos-clang:
107
strategy:
@@ -18,18 +15,6 @@ jobs:
1815
with:
1916
submodules: recursive
2017
fetch-depth: 0
21-
- name: Export GitHub Actions cache environment variables
22-
uses: actions/github-script@v7
23-
with:
24-
script: |
25-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
26-
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
27-
- name: Setup ccache
28-
uses: hendrikmuhs/ccache-action@v1
29-
with:
30-
key: "${{ github.job }}-${{ matrix.os }}"
31-
max-size: "2G"
32-
create-symlink: true
3318
- name: Run vcpkg
3419
uses: lukka/run-vcpkg@v11
3520
- name: Install Conan

.github/workflows/windows.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: windows
22

33
on: [ push, pull_request ]
44

5-
env:
6-
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
7-
85
jobs:
96
windows-msvc:
107
runs-on: windows-latest
@@ -14,12 +11,6 @@ jobs:
1411
with:
1512
submodules: recursive
1613
fetch-depth: 0
17-
- name: Export GitHub Actions cache environment variables
18-
uses: actions/github-script@v7
19-
with:
20-
script: |
21-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
22-
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
2314
- uses: ilammy/msvc-dev-cmd@v1
2415
- uses: lukka/run-vcpkg@v11
2516
- name: Compile

0 commit comments

Comments
 (0)