Skip to content

Commit

Permalink
Merge pull request #10 from pluto699/patch-1
Browse files Browse the repository at this point in the history
Update build-and-test.yml
  • Loading branch information
ksergey authored May 31, 2024
2 parents 0a1b3d9 + 6656824 commit 2a18594
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
build:
name: ${{ matrix.os }}.${{ matrix.compiler }}.${{ matrix.build_type }}
name: ${{ matrix.build_type }} build with ${{ matrix.compiler }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -101,9 +101,6 @@ jobs:
- name: configure
shell: cmake -P {0}
run: |
message(STATUS "CXX=$ENV{CXX}")
message(STATUS "CC=$ENV{CC}")
set(ENV{PATH} "$ENV{GITHUB_WORKSPACE}:$ENV{PATH}")
execute_process(
Expand Down

0 comments on commit 2a18594

Please sign in to comment.