Skip to content

Commit

Permalink
Add basic ability to clone repo and run ledger command
Browse files Browse the repository at this point in the history
  • Loading branch information
mput committed Feb 10, 2024
1 parent 7d0cbeb commit df72a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
go-version: '1.21'
- name: Install ledger
run:
sudo apt-get update
sudo apt-get install -y ledger
- sudo apt-get update
- sudo apt-get install -y ledger

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit df72a07

Please sign in to comment.