Skip to content

Commit

Permalink
fix(ci): binstall invocation
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Dec 10, 2023
1 parent 0863786 commit 065248c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ runs:
CARGO_INCREMENTAL: ${{ inputs.cargo-env-incrmental }}
CARGO_PROFILE: ${{ inputs.cargo-profile }}
run: |
su idkit -c "cargo binstall just"
su idkit -c "cargo binstall -y just"
su idkit -c "just package"
tar -cvf pg_idkit-$(just print-version).zip $(just print-pkg-output-dir)
echo filename=pg_idkit-v$(just print-version).zip >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 065248c

Please sign in to comment.