Skip to content

Commit

Permalink
bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jul 24, 2024
1 parent a441342 commit eec6006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test_build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install package dependencies
run: |
sudo apt update
sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake clang build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-10-dev
sudo apt-get install -y curl unzip automake build-essential file pkg-config git python3 libtool libtinfo5 cmake clang build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-10-dev
- name: Execute Build and Setup Commands
run: |
Expand Down

0 comments on commit eec6006

Please sign in to comment.