Skip to content

Commit cda49e1

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/proto.yml

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

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

30-
- name: Install GKLIB
30+
- name: Create installs dir
3131
working-directory: ${{runner.workspace}}
32-
run: |
32+
run: |
3333
mkdir installs
3434
ls
35+
36+
- name: Install GKLIB
37+
run: |
3538
cd GKlib
3639
make config prefix=${{runner.workspace}}/installs
3740
make
3841
make install
3942
4043
- name: Install METIS
41-
working-directory: ${{runner.workspace}}
4244
run: |
4345
cd METIS
4446
make config prefix=${{runner.workspace}}/installs

0 commit comments

Comments
 (0)