Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ocknamo authored Aug 24, 2023
1 parent 9cf79ba commit 65dfed5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
go-version: '1.15'
- run: curl https://get.volta.sh | bash
- run: ls -a ~/
- run: cat ~/.bash_profile
- run: cat ~/.bashrc
- run: source ~/.bashrc
- run: source ~/.bash_profile
- run: volta install node@20
- run: npm install --global yarn
- run: go install github.com/studiokaiji/nostr-webhost/nostrh@latest
Expand Down

0 comments on commit 65dfed5

Please sign in to comment.