Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Oct 22, 2024
1 parent 0b5dd0b commit b65a01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
go-version: "1.23"
- name: Install CFSSL and CFSSLJSON
run: |
go install github.com/cloudflare/cfssl/cmd/cfssl@v1.4.1
go install github.com/cloudflare/cfssl/cmd/cfssljson@v1.4.1
go install github.com/cloudflare/cfssl/cmd/cfssl
go install github.com/cloudflare/cfssl/cmd/cfssljson
- name: Test
run: make init gencert test

0 comments on commit b65a01c

Please sign in to comment.