remove unused environment variable

This commit is contained in:
erik-krogh 2022-11-30 09:59:20 +01:00
Родитель 3d0c9c4642
Коммит 045e6ef148
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 0 добавлений и 2 удалений

2
.github/workflows/compile-queries.yml поставляемый
Просмотреть файл

@ -35,5 +35,3 @@ jobs:
if : ${{ github.event_name != 'pull_request' }}
shell: bash
run: codeql query compile -j0 */ql/{src,examples} --keep-going --warnings=error --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
env:
COMBINED_CACHE_DIR: ${{ github.workspace }}/compilation-dir