mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
Update build.yml
This commit is contained in:
parent
2b601c7470
commit
a7cba2be28
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -38,7 +38,8 @@ jobs:
|
|||
include:
|
||||
- arch: x86_64
|
||||
- arch: arm64
|
||||
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
@ -229,6 +230,7 @@ jobs:
|
|||
include:
|
||||
- arch: x64
|
||||
- arch: arm64
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue