Skip to content

Commit

Permalink
build otdfctl
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis committed Aug 10, 2024
1 parent e6564a1 commit f298e54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
cache-dependency-path: |
tests/go.sum
otdfctl/go.sum
- run: go build -o otdfctl/otdfctl otdfctl
- run: |
mkdir -p $HOME/.local/bin
ls -alh
go build -o $HOME/.local/bin/otdfctl otdfctl
- uses: bats-core/bats-action@472edde1138d59aca53ff162fb8d996666d21e4a
- name: "Install mkcert"
run: go install filippo.io/mkcert@2a46726cebac0ff4e1f133d90b4e4c42f1edf44a
Expand Down

0 comments on commit f298e54

Please sign in to comment.