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 ce3529b commit 03e98fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
run: |
go get github.com/cloudflare/cfssl/cmd/cfssl
go get github.com/cloudflare/cfssl/cmd/cfssljson
cfssl version
cfssljson --version
- name: Add CFSSL and CFSSLJSON to PATH
run: echo "$GOPATH/bin" >> $GITHUB_PATH
- name: Test
Expand Down

0 comments on commit 03e98fd

Please sign in to comment.