Skip to content

Commit

Permalink
Make windows only build the x64 arch.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen authored Oct 26, 2023
1 parent 5deede6 commit fca64d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:

- name: Build Windows
run: |
node build_tgfx -p win
node build_tgfx -p win -a x64
- name: Save Third-Party Cache
if: ${{ (github.event_name == 'push') && (steps.third-party-cache.outputs.cache-hit != 'true') }}
Expand Down

0 comments on commit fca64d5

Please sign in to comment.