mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
nightly: fix job names
This commit is contained in:
parent
b67b1d8340
commit
88f6edb608
1
.github/workflows/client.yml
vendored
1
.github/workflows/client.yml
vendored
@ -3,6 +3,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- { name: linux, on: ubuntu-latest }
|
- { name: linux, on: ubuntu-latest }
|
||||||
|
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
- aarch64
|
- aarch64
|
||||||
env:
|
env:
|
||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
TARGET_ARCH: "${{ matrix.arch }}"
|
||||||
name: build ${{ matrix.arch }}
|
name: server ${{ matrix.arch }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
TARGET_OS: "${{ matrix.os.name }}"
|
TARGET_OS: "${{ matrix.os.name }}"
|
||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
TARGET_ARCH: "${{ matrix.arch }}"
|
||||||
runs-on: "${{ matrix.os.on }}"
|
runs-on: "${{ matrix.os.on }}"
|
||||||
name: build ${{ matrix.os.name }}-${{ matrix.arch }}
|
name: client ${{ matrix.os.name }}-${{ matrix.arch }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user