Updates tor packages in snapcraft config

This commit is contained in:
Saptak S 2023-12-29 13:11:35 +05:30
parent 057ca72417
commit e0049d52ad
No known key found for this signature in database
GPG key ID: 7B7F1772C0C6FCBF
2 changed files with 10 additions and 3 deletions

View file

@ -151,6 +151,13 @@ jobs:
cd desktop
/Library/Frameworks/Python.framework/Versions/3.11/bin/poetry run python ./scripts/get-tor.py macos
- name: Install Go >=1.21.1
uses: actions/setup-go@v4
with:
go-version: ">=1.21.1"
cache: false
- run: go version
- name: Restore cache - obfs4proxy
uses: actions/cache@v3
with: