diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edf90655..a017d14e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: - name: Build iOS run: | - node build_tgfx -p ios -a arm64 + node build_tgfx -p ios -a arm64 -v - name: Save Environment Cache if: ${{ (github.event_name == 'push') && (steps.environment-cache.outputs.cache-hit != 'true') }} @@ -122,7 +122,7 @@ jobs: - name: Build Android run: | - node build_tgfx -p android -a arm64 + node build_tgfx -p android -a arm64 -v env: NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }} @@ -211,7 +211,7 @@ jobs: - name: Build Web run: | - node build_tgfx -p web + node build_tgfx -p web -v - name: Save Environment Cache if: ${{ (github.event_name == 'push') && (steps.environment-cache.outputs.cache-hit != 'true') }} @@ -297,7 +297,7 @@ jobs: - name: Build Windows run: | - node build_tgfx -p win -a x64 + node build_tgfx -p win -a x64 -v - name: Save Third-Party Cache if: ${{ (github.event_name == 'push') && (steps.third-party-cache.outputs.cache-hit != 'true') }} @@ -346,7 +346,7 @@ jobs: - name: Build Linux run: | - node build_tgfx -DTGFX_USE_SWIFTSHADER=ON -p linux + node build_tgfx -DTGFX_USE_SWIFTSHADER=ON -p linux -v - name: Save Third-Party Cache if: ${{ (github.event_name == 'push') && (steps.third-party-cache.outputs.cache-hit != 'true') }} @@ -405,7 +405,7 @@ jobs: - name: Build QT run: | - node build_tgfx -DTGFX_USE_QT=ON -DCMAKE_PREFIX_PATH="${{env.Qt5_Dir}}/lib/cmake/" -p linux + node build_tgfx -DTGFX_USE_QT=ON -DCMAKE_PREFIX_PATH="${{env.Qt5_Dir}}/lib/cmake/" -p linux -v - name: Save Third-Party Cache if: ${{ (github.event_name == 'push') && (steps.third-party-cache.outputs.cache-hit != 'true') }} diff --git a/DEPS b/DEPS index 02e03350..a41180b5 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ "common": [ { "url": "${PAG_GROUP}/vendor_tools.git", - "commit": "d3ffae9cb4decad51c2e52464c190f81ae257cc5", + "commit": "61d83146d415de572e1f46c450024fa30caae33c", "dir": "third_party/vendor_tools" }, {