Skip to content

Commit

Permalink
better multi-platform-compiler support take 24
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Dec 21, 2023
1 parent 8f40d3b commit 29f0c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Configure script enabled
if: ${{ matrix.config.environment_script != null }}
run: |
cmd ${{ matrix.config.environment_script }}
cmd '${{ matrix.config.environment_script }}'
- name: Confiure
id: runcmake
run: |
Expand Down

0 comments on commit 29f0c92

Please sign in to comment.