turn off automatic potential download for github actions

This commit is contained in:
Axel Kohlmeyer
2023-01-21 11:33:33 -05:00
parent a95f6d7aa0
commit ebe234d4e2
3 changed files with 5 additions and 1 deletions

View File

@ -49,7 +49,9 @@ jobs:
shell: bash
working-directory: build
run: |
cmake -C ../cmake/presets/most.cmake ../cmake
cmake -C ../cmake/presets/most.cmake \
-D DOWNLOAD_POTENTIALS=off \
../cmake
cmake --build . --parallel 2
- name: Perform CodeQL Analysis