Skip to content

Commit

Permalink
build.yml: Add note to python 3.8 version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 25, 2024
1 parent 4915a93 commit d6204ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get upgrade -y
# Temp!
# Version must match the one in ci/appimage/sigrok-appimage-create-appimage.sh
sudo apt-get install -y python3.8-dev
- name: Checkout sigrok-build
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
sudo apt-get upgrade -y
# Temp!
sudo apt-get install -y libffi-dev
# Temp!
# Version must match the one in ci/appimage/sigrok-appimage-create-appimage.sh
sudo apt-get install -y python3.8-dev
- name: Checkout sigrok-build
Expand Down

0 comments on commit d6204ae

Please sign in to comment.