Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 5, 2024
1 parent e34137b commit 23ee5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install container-canary
run: |
GOBIN=/tmp/canary-bin go install github.com/nvidia/container-canary@${{ inputs.CONTAINER_CANARY_VERSION }}
container-canary version
/tmp/canary-bin/container-canary version
- name: (base) container-canary checks
run: |
export PATH="/tmp/canary-bin:${PATH}"
Expand Down

0 comments on commit 23ee5ef

Please sign in to comment.