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 b68c404 commit c941390
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 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@latest
go install github.com/cloudflare/cfssl/cmd/cfssljson@latest
cfssl version
cfssljson --version
- name: Add CFSSL and CFSSLJSON to PATH
Expand Down

0 comments on commit c941390

Please sign in to comment.