File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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',
You can’t perform that action at this time.
0 commit comments