mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 08:01:13 +08:00
Update workflow.
This commit is contained in:
parent
30304f1668
commit
a0d59acf62
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
|
||||
test_bazel:
|
||||
name: "${{ matrix.os }}/Bazel/${{ matrix.compiler }}"
|
||||
name: "Bazel, ${{ matrix.compiler }}, ${{ matrix.os }}"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
run: bazel run tests
|
||||
|
||||
test_cmake:
|
||||
name: "${{ matrix.os }}/CMake/${{ matrix.compiler }}"
|
||||
name: "CMake, ${{ matrix.compiler }}, ${{ matrix.os }}"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user