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 156c0aa commit 11c3259
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,17 @@ jobs:
- name: Generate Firmware
run: |
pwd &&
pwd
cd docker
ls -la
cd gcc-arm-none-eabi-10.3-2021.10/bin
ls -la
cd ..
cd ../..
ls -la
chmod -R 777 .
cd Test/ &&
ls -la &&
cd Test/
ls -la
export TOOL_DIRS=docker/gcc-arm-none-eabi-10.3-2021.10/bin
./generate_fw.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY
- name: Zip Release
Expand Down

0 comments on commit 11c3259

Please sign in to comment.