Skip to content

Commit

Permalink
fix: ci dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
c-seeger committed Mar 6, 2024
1 parent b9e6b34 commit fb14e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
go-version: '1.22.x'
- name: Install dependencies
run: |
apt-get update
apt-get install -y git
git clone https://github.com/magefile/mage
cd mage && go run bootstrap.go
Expand Down

0 comments on commit fb14e26

Please sign in to comment.