mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
nightly: fix job names
This commit is contained in:
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- aarch64
|
||||
env:
|
||||
TARGET_ARCH: "${{ matrix.arch }}"
|
||||
name: build ${{ matrix.arch }}
|
||||
name: server ${{ matrix.arch }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
TARGET_OS: "${{ matrix.os.name }}"
|
||||
TARGET_ARCH: "${{ matrix.arch }}"
|
||||
runs-on: "${{ matrix.os.on }}"
|
||||
name: build ${{ matrix.os.name }}-${{ matrix.arch }}
|
||||
name: client ${{ matrix.os.name }}-${{ matrix.arch }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user