Skip to content

Commit

Permalink
set up python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 11, 2024
1 parent 52ddd1f commit 019df8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/host-compile-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ runs:
run: |
sudo apt update
sudo apt install -y gcc-10 g++-10
sudo apt install -y python3.10
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: Cache stm32 tools
uses: './.github/actions/cache-stm32-tools'
Expand Down

0 comments on commit 019df8c

Please sign in to comment.