mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-29 06:09:31 -04:00
Update build workflow for windows as platform name has changed for get-tor.py
This commit is contained in:
parent
c420f4c0aa
commit
42c050361b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
key: ${{ runner.os }}-win64-tor-${{ hashFiles('desktop/scripts/get-tor.py') }}
|
key: ${{ runner.os }}-win64-tor-${{ hashFiles('desktop/scripts/get-tor.py') }}
|
||||||
|
|
||||||
- name: Get tor binaries from Tor Browser (64-bit)
|
- name: Get tor binaries from Tor Browser (64-bit)
|
||||||
run: cd desktop && C:\hostedtoolcache\windows\Python\3.12.8\x64\Scripts\poetry run python .\scripts\get-tor.py win64
|
run: cd desktop && C:\hostedtoolcache\windows\Python\3.12.8\x64\Scripts\poetry run python .\scripts\get-tor.py windows-x86_64
|
||||||
|
|
||||||
- name: Install Go >=1.23.5
|
- name: Install Go >=1.23.5
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
|
Loading…
Add table
Reference in a new issue