Skip to content

Commit

Permalink
fixed version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zarath committed Feb 25, 2024
1 parent a00c98d commit 617d0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
libxkbcommon-dev libxkbcommon-x11-dev
- name: Install dependencies and pyinstall
run: |
python3.12 -m venv build
python3.11 -m venv build
. build/bin/activate
python3 -m pip install pip==24.0 setuptools==69.1.1
pip install -r requirements.txt
Expand Down

0 comments on commit 617d0c9

Please sign in to comment.