mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
workflows: fix client build on darwin
This commit is contained in:
parent
a8e299d03f
commit
0be154b667
2
.github/workflows/client.yml
vendored
2
.github/workflows/client.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
- x86_64
|
||||
- aarch64
|
||||
env:
|
||||
TARGET_OS: "${{ matrix.os.name }}"
|
||||
TARGET_ARCH: "${{ matrix.arch }}"
|
||||
runs-on: "${{ matrix.os.on }}"
|
||||
name: build ${{ matrix.os.name }}-${{ matrix.arch }}
|
||||
@ -35,6 +36,7 @@ jobs:
|
||||
- x86_64
|
||||
- aarch64
|
||||
env:
|
||||
TARGET_OS: "${{ matrix.os.name }}"
|
||||
TARGET_ARCH: "${{ matrix.arch }}"
|
||||
name: test ${{ matrix.os.name }}-${{ matrix.arch }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user