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 c731b2b commit e360ac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
sudo apt install python3.11
python3.11 --version
which python3.11
echo alias python=${which python3.11} >> ~/.bashrc
cat ~/.bashrc
echo alias python='/usr/bin/python3.11' >> ~/.bashrc
cat ~/.bashrc
source ~/.bashrc
python --version
Expand Down

0 comments on commit e360ac8

Please sign in to comment.