diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a1b85d..50942fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,6 +110,10 @@ jobs: run: apt update && apt install -y python3-pip && python3 -m pip install gitpython - name: Build flasher run: python3 build_artifact.py -m ${{ matrix.platform.distribution-id }} ${{ matrix.platform.distribution-version }} ${{ matrix.platform.cpu-architecture }} + - name: install tree + run: run: apt install -y tree + - name: Print tree of build folder + run: tree -a /__w/org.muhkuh.tools-flasher/org.muhkuh.tools-flasher/flasher-environment/build/ - name: Upload artifacts # Use the old upload-artifact v1 here. The newer v2 does not work with 32bit containers. uses: actions/upload-artifact@v1 diff --git a/build_artifact.py b/build_artifact.py index 6fa2897..b6bfc00 100755 --- a/build_artifact.py +++ b/build_artifact.py @@ -66,7 +66,7 @@ astrCMAKE_COMPILER = [] astrCMAKE_PLATFORM = [] astrJONCHKI_SYSTEM = [] - strMake = 'make' + strMake = 'make VERBOSE=1' elif tPlatform['cpu_architecture'] == 'armhf': # Build on linux for raspberry. diff --git a/flasher-environment/org.muhkuh.lua-romloader b/flasher-environment/org.muhkuh.lua-romloader index 172432b..18c8289 160000 --- a/flasher-environment/org.muhkuh.lua-romloader +++ b/flasher-environment/org.muhkuh.lua-romloader @@ -1 +1 @@ -Subproject commit 172432b180593d6e518fae7bbf72b8bba2e4fa00 +Subproject commit 18c8289a1ca7be479bf78f50fd74d351c1e3923b