Skip to content

Commit

Permalink
fix generate firmware workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bich Vu Thi Ngoc committed Oct 14, 2024
1 parent e5d4e12 commit fd6cbe7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
JLINK_SEGGER_URL: https://www.segger.com/downloads/jlink/JLink_Linux_x86_64.tgz
TASK: gen-only
JLINK_PATH: /opt/SEGGER/JLink/libjlinkarm.so
REPO_BRANCH: ${{ github.head_ref || github.ref_name }}
jobs:
job1:
name: Generate Firmware for MG24 with GCC
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
cd extension
git clone https://github.com/SiliconLabs/IEC60730_Libs.git
cd IEC60730_Libs
git checkout create-unit-test-functions-in-lib-iec60730
git checkout $REPO_BRANCH
ls -la
cd ..
ls -la
Expand Down Expand Up @@ -194,7 +195,7 @@ jobs:
cd extension
git clone https://github.com/SiliconLabs/IEC60730_Libs.git
cd IEC60730_Libs
git checkout create-unit-test-functions-in-lib-iec60730
git checkout $REPO_BRANCH
ls -la
cd ..
ls -la
Expand Down

0 comments on commit fd6cbe7

Please sign in to comment.