Skip to content

Commit 073df99

Browse files
committed
fix typo
1 parent 4fddb1e commit 073df99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extra-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Configure CMake
6161
shell: bash
6262
working-directory: ${{runner.workspace}}/build
63-
run: cmake $${{runner.workspace}}/highs-tests/HiGHS -DALL_TESTS=ON -DBUILD_EXTRA_UNIT_TESTS=ON
63+
run: cmake ${{runner.workspace}}/highs-tests/HiGHS -DALL_TESTS=ON -DBUILD_EXTRA_UNIT_TESTS=ON
6464

6565
- name: Build
6666
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)