diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 36281b5da..226d381d2 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -117,6 +117,8 @@ runs: - name: Build Image shell: bash run: sudo modprobe loop && cd repository/src && sudo bash -x ./build_dist + env: + TMPDIR: ${{ runner.temp }} - name: Cleanup workspace & fix permissions if: success()