Skip to content

Commit

Permalink
Test string equality under Windows batch still complains ...
Browse files Browse the repository at this point in the history
Trying to put opening parenthesis on same line (who knows ...)
  • Loading branch information
BrunoLevy committed Dec 17, 2022
1 parent a83900a commit 9583ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
- name: Configure (Windows)
if: runner.os == 'Windows'
run: |
if "${{matrix.index_size}}" == "Gargantua" ^
(copy CMakeOptions.txt.gargantua CMakeOptions.txt)
if "${{matrix.index_size}}" == "Gargantua" (^
copy CMakeOptions.txt.gargantua CMakeOptions.txt )
./configure.bat
- name: Build (Windows)
Expand Down

0 comments on commit 9583ffc

Please sign in to comment.