Skip to content

Commit

Permalink
circleci: force mise install in go-tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed Feb 12, 2025
1 parent ff22599 commit fbeb6c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,9 @@ jobs:
- utils/checkout-with-mise
- attach_workspace:
at: "."
- run:
name: do mise install (did not work otherwise for unknown reason)
command: /home/circleci/.local/bin/mise install
- run:
name: build op-program-client
command: make op-program-client
Expand Down

0 comments on commit fbeb6c3

Please sign in to comment.