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 741230d commit bfa2971
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 @@ -90,7 +90,7 @@ jobs:
sudo apt update
sudo apt install python3.11
python3.11 --version
echo alias python=python3.11 >> ~/.bashrc
alias python='/usr/local/bin/python3.11' >> ~/.bashrc
source ~/.bashrc
python --version
sudo apt install python3.11-full
Expand Down

0 comments on commit bfa2971

Please sign in to comment.