File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 MATRIX_IMAGE_FLAVOR : ${{ matrix.image_flavor }}
102102 INPUTS_KERNEL_PIN : ${{ inputs.kernel_pin }}
103103 run : |
104- sudo just repo_organization="${{ github.repository_owner }}" \
104+ sudo -E $(command -v just) repo_organization="${{ github.repository_owner }}" \
105105 build-ghcr "${MATRIX_BASE_NAME}" \
106106 "${MATRIX_STREAM_NAME}" \
107107 "${MATRIX_IMAGE_FLAVOR}" \
@@ -114,7 +114,7 @@ jobs:
114114 MATRIX_STREAM_NAME : ${{ matrix.stream_name }}
115115 MATRIX_IMAGE_FLAVOR : ${{ matrix.image_flavor }}
116116 run : |
117- sudo just rechunk "${MATRIX_BASE_NAME}" \
117+ sudo -E $(command -v just) rechunk "${MATRIX_BASE_NAME}" \
118118 "${MATRIX_STREAM_NAME}" \
119119 "${MATRIX_IMAGE_FLAVOR}" \
120120 "1"
You can’t perform that action at this time.
0 commit comments