mirror of
https://github.com/ivabus/gui
synced 2025-04-23 05:57:11 +03:00
rerun
This commit is contained in:
parent
32679959ba
commit
0f838ba520
2 changed files with 6 additions and 5 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -112,12 +112,12 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- os: macos-11
|
# - os: macos-11
|
||||||
name: darwin+x86-64
|
# name: darwin+x86-64
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
name: linux+x86-64
|
name: linux+x86-64
|
||||||
- os: [self-hosted, macOS, ARM64]
|
# - os: [self-hosted, macOS, ARM64]
|
||||||
name: darwin+aarch64
|
# name: darwin+aarch64
|
||||||
# err: Package atk was not found in the pkg-config search path.
|
# err: Package atk was not found in the pkg-config search path.
|
||||||
# requires atk >= 2.18
|
# requires atk >= 2.18
|
||||||
# - os: [self-hosted, linux, ARM64]
|
# - os: [self-hosted, linux, ARM64]
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
node_modules
|
node_modules
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.pnpm-store
|
.pnpm-store
|
||||||
|
target
|
Loading…
Reference in a new issue