Skip to content

Commit

Permalink
install go the github actions way
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-tbd committed Oct 13, 2023
1 parent 81b4bc7 commit 0859e0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/self-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: sudo apt-get install -y golang-go
- uses: actions/setup-go
- name: clone test target
run: git clone https://github.com/TBD54566975/web5-js.git web5-js
- name: self test
Expand Down

0 comments on commit 0859e0a

Please sign in to comment.