Skip to content

Commit 59673e3

Browse files
committed
more typos"
1 parent e8d0963 commit 59673e3

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.github/workflows/hipo-macos-gh.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
ls
4545
4646
- name: Install GKlib Release
47-
working-directory: GKlib
4847
if: ${{ matrix.config == 'Release' }}
4948
run: |
5049
cd GKlib
@@ -53,7 +52,6 @@ jobs:
5352
make install
5453
5554
- name: Install GKlib Debug
56-
working-directory: GKlib
5755
if: ${{ matrix.config == 'Debug' }}
5856
run: |
5957
cd GKlib

.github/workflows/hipo-ubuntu-510.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
-DCMAKE_BUILD_TYPE=${{ matrix.config }} \
7777
-DALL_TESTS=${{ matrix.all_tests}}
7878
79-
- name: Build
79+
- name: Build
8080
working-directory: ${{runner.workspace}}/build
8181
run: |
8282
cmake --build . --parallel
8383
84-
- name: Test executable
84+
- name: Test executable
8585
working-directory: ${{runner.workspace}}/build
8686
run: |
8787
./bin/highs --solver=hipo \

.github/workflows/hipo-ubuntu-gh.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
ls
4646
4747
- name: Install GKlib Release
48-
working-directory: GKlib
4948
if: ${{ matrix.config == 'Release' }}
5049
run: |
5150
cd GKlib
@@ -54,7 +53,6 @@ jobs:
5453
make install
5554
5655
- name: Install GKlib Debug
57-
working-directory: GKlib
5856
if: ${{ matrix.config == 'Debug' }}
5957
run: |
6058
cd GKlib

.github/workflows/hipo-win-510.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
shell: pwsh
8080
working-directory: ${{runner.workspace}}/build
8181
run: |
82-
ctest --parallel --timeout 300 --output-on-failure -C ${{ runner.workspace }}
82+
ctest --parallel --timeout 300 --output-on-failure -C ${{ matrix.config }}

0 commit comments

Comments
 (0)