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 03e98fd commit b68c404
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,8 +69,8 @@ jobs:
go-version: "1.23"
- name: Install CFSSL and CFSSLJSON
run: |
go get github.com/cloudflare/cfssl/cmd/cfssl
go get github.com/cloudflare/cfssl/cmd/cfssljson
go install github.com/cloudflare/cfssl/cmd/cfssl@v1.4.1
go install github.com/cloudflare/cfssl/cmd/cfssljson@v1.4.1
cfssl version
cfssljson --version
- name: Add CFSSL and CFSSLJSON to PATH
Expand Down

0 comments on commit b68c404

Please sign in to comment.