Skip to content

Commit 512c876

Browse files
committed
ci: No more actions cache :(
1 parent 50dd405 commit 512c876

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ jobs:
1111
runs-on: windows-latest
1212

1313
steps:
14-
- name: Export GitHub Actions cache environment variables
15-
uses: actions/github-script@v7
16-
with:
17-
script: |
18-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
19-
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
20-
2114
- name: Checkout
2215
uses: actions/checkout@v4
2316

@@ -30,8 +23,6 @@ jobs:
3023
uses: ilammy/msvc-dev-cmd@v1
3124

3225
- name: Build
33-
env:
34-
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
3526
run: |
3627
python -m venv .venv
3728
.venv\Scripts\Activate.ps1
@@ -50,13 +41,6 @@ jobs:
5041
runs-on: macos-latest
5142

5243
steps:
53-
- name: Export GitHub Actions cache environment variables
54-
uses: actions/github-script@v7
55-
with:
56-
script: |
57-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
58-
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
59-
6044
- name: Checkout
6145
uses: actions/checkout@v4
6246

@@ -72,7 +56,6 @@ jobs:
7256

7357
- name: Build
7458
env:
75-
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
7659
MACOSX_DEPLOYMENT_TARGET: 13.3
7760
ARCHFLAGS: "-arch arm64"
7861
run: |
@@ -94,13 +77,6 @@ jobs:
9477
runs-on: ubuntu-latest
9578

9679
steps:
97-
- name: Export GitHub Actions cache environment variables
98-
uses: actions/github-script@v7
99-
with:
100-
script: |
101-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
102-
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
103-
10480
- name: Checkout
10581
uses: actions/checkout@v4
10682

@@ -110,8 +86,6 @@ jobs:
11086
python-version-file: pyproject.toml
11187

11288
- name: Build
113-
env:
114-
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
11589
run: |
11690
python -m venv .venv
11791
. .venv/bin/activate

0 commit comments

Comments
 (0)