Skip to content

Commit

Permalink
Update vendor_tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 1, 2023
1 parent 403ab4c commit 8eb6c76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"common": [
{
"url": "${PAG_GROUP}/vendor_tools.git",
"commit": "d3ffae9cb4decad51c2e52464c190f81ae257cc5",
"commit": "61d83146d415de572e1f46c450024fa30caae33c",
"dir": "third_party/vendor_tools"
},
{
Expand Down

0 comments on commit 8eb6c76

Please sign in to comment.