From a9768e3c497e7517a90cf6292fb4f514d6bee902 Mon Sep 17 00:00:00 2001 From: Loren Eteval Date: Sun, 8 Oct 2023 21:54:09 +0800 Subject: [PATCH] Update wheels.yml github workflow Signed-off-by: Loren Eteval --- .github/workflows/wheels.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 284d380..1f2a59a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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 @@ -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