Skip to content

Commit

Permalink
fix(infra): binstalled stuff
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 8f55448 commit e4a639b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ runs:
CARGO_INCREMENTAL: ${{ inputs.cargo-env-incrmental }}
CARGO_PROFILE: ${{ inputs.cargo-profile }}
run: |
su idkit -c "cargo binstall 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
2 changes: 1 addition & 1 deletion infra/docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ RUN su idkit -c "cargo install binstall"
RUN su idkit -c "cargo install [email protected]"
RUN su idkit -c "cargo pgrx init --pg15 download"

RUN su idkit -c "cargo binstall -y sccache cargo-cache cargo-get"
RUN su idkit -c "cargo binstall -y just sccache cargo-cache cargo-get cargo-set-version"

0 comments on commit e4a639b

Please sign in to comment.