mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-24 08:29:52 -05:00
Install the latest version of Go in build-win64
This commit is contained in:
parent
0479878a7a
commit
c3b63ddd00
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -43,6 +43,12 @@ jobs:
|
|||||||
- 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.10.11\x64\Scripts\poetry run python .\scripts\get-tor.py win64
|
run: cd desktop && C:\hostedtoolcache\windows\Python\3.10.11\x64\Scripts\poetry run python .\scripts\get-tor.py win64
|
||||||
|
|
||||||
|
- name: Install the latest version of Go
|
||||||
|
uses: actions/setup-go@v4
|
||||||
|
with:
|
||||||
|
go-version: latest
|
||||||
|
- run: go version
|
||||||
|
|
||||||
- name: Restore cache - obfs4proxy
|
- name: Restore cache - obfs4proxy
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user