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 5c12bfb commit 2157313
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install zcashd
- run: |
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/ad.gpg.d/zcash.gpg >/dev/null
echo "deb [arch=amd64] https://apt.z.cash/ stable 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

0 comments on commit 2157313

Please sign in to comment.