Skip to content

Commit

Permalink
Update CodeQL build script
Browse files Browse the repository at this point in the history
  • Loading branch information
b4yuan authored Nov 27, 2023
1 parent fbaa9af commit 8c2ef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ source .venv/bin/activate
python3 -m pip install wheel
python3 -m pip install -r tools/mcuboot/requirements.txt

cmake -Bbuild -GNinja -DNRF5_SDK_PATH=$(realpath nRF5_SDK_15.3.0_59ac345) \
cmake -Bbuild -DNRF5_SDK_PATH=$(realpath nRF5_SDK_15.3.0_59ac345) \
-DARM_NONE_EABI_TOOLCHAIN_PATH=$(dirname $(dirname $(realpath $(which arm-none-eabi-gcc))))
cmake --build build -t pinetime-app

0 comments on commit 8c2ef06

Please sign in to comment.