Skip to content

Commit

Permalink
better multi-platform-compiler support take 27
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Dec 21, 2023
1 parent dd85f58 commit 09daba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:

- name: Configure script enabled
if: ${{ matrix.config.environment_script != null }}
shell: cmd
shell: cmd
run: |
call '${{ matrix.config.environment_script }}'
call ${{ matrix.config.environment_script }}
- name: Confiure
id: runcmake
run: |
Expand Down

0 comments on commit 09daba7

Please sign in to comment.