Skip to content

Commit b7fbddd

Browse files
committed
ci: isolate oracle cache from product paths
1 parent 30ad9bf commit b7fbddd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
timeout-minutes: 180
103103
env:
104-
QJS_ORACLE_CACHE: ${{ github.workspace }}/.ci-cache/oracle
104+
QJS_ORACLE_CACHE: ${{ runner.temp }}/quickjs-oxide-oracle
105105
steps:
106106
- name: Check out repository
107107
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
@@ -124,7 +124,7 @@ jobs:
124124
path: |
125125
~/.cargo/registry
126126
~/.cargo/git
127-
.ci-cache/oracle
127+
${{ runner.temp }}/quickjs-oxide-oracle
128128
key: >-
129129
${{ runner.os }}-differential-${{ env.RUST_VERSION }}-${{
130130
hashFiles('Cargo.lock', 'compat/upstream.toml',
@@ -145,7 +145,7 @@ jobs:
145145
runs-on: ubuntu-latest
146146
timeout-minutes: 350
147147
env:
148-
QJS_ORACLE_CACHE: ${{ github.workspace }}/.ci-cache/oracle
148+
QJS_ORACLE_CACHE: ${{ runner.temp }}/quickjs-oxide-oracle
149149
TEST262_WORKERS: "2"
150150
steps:
151151
- name: Check out repository
@@ -170,7 +170,7 @@ jobs:
170170
path: |
171171
~/.cargo/registry
172172
~/.cargo/git
173-
.ci-cache/oracle
173+
${{ runner.temp }}/quickjs-oxide-oracle
174174
key: >-
175175
${{ runner.os }}-test262-${{ env.RUST_VERSION }}-${{
176176
hashFiles('Cargo.lock', 'compat/upstream.toml',

0 commit comments

Comments
 (0)