Skip to content

Commit 9756b7a

Browse files
authored
Update proto.yml
1 parent cd9c16c commit 9756b7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/proto.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
with:
1919
repository: KarypisLab/GKlib
2020
ref: master
21-
path: GKlib
21+
path: ${{runner.workspace}}/GKlib
2222

2323
- name: Checkout METIS
2424
uses: actions/checkout@v4
2525
with:
2626
repository: KarypisLab/METIS
2727
ref: master
28-
path: METIS
28+
path: ${{runner.workspace}}/METIS
2929

3030
- name: Install GKLIB
3131
working-directory: ${{runner.workspace}}
@@ -57,4 +57,4 @@ jobs:
5757
shell: bash
5858
run: |
5959
sudo apt update
60-
sudo apt install libopenblas-dev
60+
sudo apt install libopenblas-dev

0 commit comments

Comments
 (0)