Skip to content

Commit

Permalink
Update generate_firmware.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Sep 11, 2024
1 parent 9eca18b commit 2f5f1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
HOST_IP: 192.168.1.69
COMPILER: GCC
PLATFORM: MG12
TOOL_DIRS: docker/gcc-arm-none-eabi-10.3-2021.10/bin
APP_TYPE: SecureApp
steps:
- name: Checkout
Expand Down Expand Up @@ -54,6 +53,7 @@ jobs:
cd Test/
ls -la
export TOOL_DIRS=${pwd}/docker/gcc-arm-none-eabi-10.3-2021.10/bin
echo $TOOL_DIRS
./generate_fw.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY
- name: Zip Release
Expand Down

0 comments on commit 2f5f1ad

Please sign in to comment.