Skip to content

Commit

Permalink
Update wheels.yml github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
  • Loading branch information
LorenEteval committed Oct 8, 2023
1 parent 47162d6 commit a9768e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install wheel
run: python -m pip install wheel

- name: Install go 1.20 hysteria2
run: python -m pip install hysteria2==2.0.0.1

- name: Install requirements.txt
run: python -m pip install -r requirements.txt

Expand Down Expand Up @@ -71,6 +74,9 @@ jobs:
- name: Install nuitka
run: python -m pip install nuitka

- name: Install go 1.20 hysteria2
run: python -m pip install hysteria2==2.0.0.1

- name: Install requirements.txt
run: python -m pip install -r requirements.txt

Expand Down

0 comments on commit a9768e3

Please sign in to comment.