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 Oct 6, 2024
1 parent 904b174 commit 800495f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
job1:
name: Generate Firmware
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
permissions:
contents: read
pull-requests: write
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
export SDK_PATH=$PWD/gecko_sdk_$SDK_VER
export PATH=$PATH:$PWD/amazon-corretto-17.0.12.7.1-linux-x64/bin
echo $PATH
sudo update-alternatives --config javac 2
sudo alternatives --set java /usr/lib/jvm/temurin-17-jdk-amd64/bin/javac
slc --version
slc configuration --sdk=${SDK_PATH}
ninja --version
Expand Down

0 comments on commit 800495f

Please sign in to comment.