mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-24 14:51:09 +08:00
Update workflow.
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user