Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
hhanh00 committed Dec 28, 2024
1 parent de4a8a6 commit 32201f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
sudo apt-get update && sudo apt-get install apt-transport-https wget gnupg2
wget -qO - https://apt.z.cash/zcash.asc | gpg --import
gpg --export B1C9095EAA1848DBB54D9DDA1D05FDC66B372CFE | sudo tee /etc/apt/trusted.gpg.d/zcash.gpg >/dev/null
echo "deb [trusted=yes] https://apt.z.cash/ bullseye main" | sudo tee /etc/apt/sources.list.d/zcash.list
sudo apt-get update && sudo apt-get install zcash
- name: Setup upterm session
uses: lhotari/action-upterm@v1

# echo "deb [arch=amd64 trusted=yes] https://apt.z.cash/ stable main" | sudo tee /etc/apt/sources.list.d/zcash.list
# sudo apt-get update && sudo apt-get install zcash

0 comments on commit 32201f9

Please sign in to comment.