mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +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:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
arch:
|
||||
- x86_64
|
||||
@ -54,6 +55,7 @@ jobs:
|
||||
compression-level: 0
|
||||
client:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- { os: linux, arch: x86_64, on: ubuntu-latest, deps: linux }
|
||||
@ -80,7 +82,7 @@ jobs:
|
||||
if: ${{ matrix.platform.os == 'darwin' }}
|
||||
- uses: homebrew/actions/setup-homebrew@master
|
||||
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
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user