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 a0b9037 commit f6b60bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
python3.11 --version
which python3.11
cat ~/.bashrc
echo alias python='/usr/bin/python3.11' >> ~/.bashrc
echo "alias python=python3.11" >> ~/.bashrc
cat ~/.bashrc
sudo source ~/.bashrc
python --version
source ~/.bashrc
python3 --version
sudo apt install python3.11-full
sudo apt install python3-pip
Expand Down

0 comments on commit f6b60bd

Please sign in to comment.