Skip to content

Commit b3adb62

Browse files
committed
move the pack cache to where it's read
1 parent d38d810 commit b3adb62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ jobs:
163163
languages: ql
164164
db-location: ${{ runner.temp }}/db
165165
config-file: ./ql-for-ql-config.yml
166+
- name: Move pack cache
167+
run: |
168+
cp -r ${PACK}/.cache ql/ql/src/.cache
169+
env:
170+
PACK: ${{ runner.temp }}/pack
166171

167172
- name: Perform CodeQL Analysis
168173
uses: github/codeql-action/analyze@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca

0 commit comments

Comments
 (0)