Skip to content

Commit ed12de6

Browse files
author
Reinhold Willcox
committed
added cd before make
1 parent 26618a9 commit ed12de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compas-compile-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- name: Build Compas
16-
run: make -j $(nproc) -f src/Makefile
16+
run: cd src && make -j $(nproc) -f Makefile

0 commit comments

Comments
 (0)