Skip to content

Commit

Permalink
CI: Fix hant arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
driver1998 authored and lotem committed Feb 24, 2024
1 parent a0cf552 commit e040ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ jobs:
shell: bash
run: |
./build.bat data
./build.bat hant
./build.bat arm64
./build.bat hant arm64
./build.bat installer
- name: Compress Debug Symbols
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ jobs:
shell: bash
run: |
./build.bat data
./build.bat hant
./build.bat arm64
./build.bat hant arm64
./build.bat installer
- name: Compress Debug Symbols
Expand Down

0 comments on commit e040ab4

Please sign in to comment.