Skip to content

Commit

Permalink
just sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 19, 2024
1 parent d9251d1 commit 16edf0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- name: Check Just Syntax
shell: bash
run: |
which just
just check
- name: Maximize build space
Expand Down Expand Up @@ -101,7 +100,8 @@ jobs:
id: build-image
shell: bash
run: |
just build "${IMAGE_NAME}" "${DEFAULT_TAG}"
just=$(which just)
sudo $just build "${IMAGE_NAME}" "${DEFAULT_TAG}"
# Reprocess raw-img using rechunker which will delete it
- name: Run Rechunker
Expand Down

0 comments on commit 16edf0c

Please sign in to comment.