From 7b70f093ca82c307ab112ce0fb1e52f53ac094f1 Mon Sep 17 00:00:00 2001 From: silabs-bingocth Date: Sun, 6 Oct 2024 23:59:52 +0700 Subject: [PATCH] Update generate_firmware.yaml --- .github/workflows/generate_firmware.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate_firmware.yaml b/.github/workflows/generate_firmware.yaml index 095c8c22..1365c5f6 100644 --- a/.github/workflows/generate_firmware.yaml +++ b/.github/workflows/generate_firmware.yaml @@ -100,8 +100,10 @@ jobs: python3.11 --version which python3.11 cat ~/.bashrc - echo "alias python=python3.11" >> ~/.bashrc + echo "alias python3=python3.11" >> ~/.bashrc + echo "alias python3=python3.11" >> ~/.bash_profile cat ~/.bashrc + source ~/.bash_profile source ~/.bashrc python3 --version sudo apt install python3.11-full