Skip to content

Commit

Permalink
better multi-platform-compiler support take 13
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Dec 20, 2023
1 parent a5e20e6 commit 7192cc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-cmake:
name: build-${{ matrix.config.name }}
name: Build ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
# see https://gist.github.com/NickNaso/0d478f1481686d5bcc868cac06620a60
strategy:
Expand Down Expand Up @@ -77,9 +77,9 @@ jobs:
run : sudo apt install clang-tidy

- name: Config
if: runner.config.environment_script != ''
if: ${{ runner.config.environment_script }} != ''
run: |
cmd runner.config.environment_script
cmd ${{ runner.config.environment_script }}
- name: Confiure
id: runcmake
run: |
Expand Down

0 comments on commit 7192cc8

Please sign in to comment.