feature update the name of step
This commit is contained in:
parent
ed7f1022bd
commit
f5841502f9
@ -42,7 +42,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- name: build
|
- name: build-host
|
||||||
if: matrix.toolchain == 'host.toolchain.cmake'
|
if: matrix.toolchain == 'host.toolchain.cmake'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
cmake --build build --config ${{ matrix.build_type }} --target test
|
cmake --build build --config ${{ matrix.build_type }} --target test
|
||||||
|
|
||||||
- name: build-afl
|
- name: build-host-afl
|
||||||
if: matrix.toolchain == 'host-afl.toolchain.cmake'
|
if: matrix.toolchain == 'host-afl.toolchain.cmake'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user