mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
nightly: fix build
This commit is contained in:
parent
79ceb4851b
commit
f29d7d61e1
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
|||||||
server:
|
server:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
arch:
|
arch:
|
||||||
- x86_64
|
- x86_64
|
||||||
@ -54,6 +55,7 @@ jobs:
|
|||||||
compression-level: 0
|
compression-level: 0
|
||||||
client:
|
client:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- { os: linux, arch: x86_64, on: ubuntu-latest, deps: linux }
|
- { os: linux, arch: x86_64, on: ubuntu-latest, deps: linux }
|
||||||
@ -80,7 +82,7 @@ jobs:
|
|||||||
if: ${{ matrix.platform.os == 'darwin' }}
|
if: ${{ matrix.platform.os == 'darwin' }}
|
||||||
- uses: homebrew/actions/setup-homebrew@master
|
- uses: homebrew/actions/setup-homebrew@master
|
||||||
if: ${{ matrix.platform.os == 'darwin' }}
|
if: ${{ matrix.platform.os == 'darwin' }}
|
||||||
- run: ./hack/ci/install-${{ matrix.platform.os }}-deps.sh
|
- run: ./hack/ci/install-${{ matrix.platform.deps }}-deps.sh
|
||||||
- run: ./hack/build/cargo.sh build --release --bin kratactl
|
- run: ./hack/build/cargo.sh build --release --bin kratactl
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user