Skip to content

Commit 157d930

Browse files
committed
properly address cmake
1 parent b279bec commit 157d930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/blang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: brew install flex bison llvm
1616

1717
- name: Build
18-
run: cmake bin && make -C bin
18+
run: cmake . && make
1919

2020
- name: Test
2121
working-directory: ${{github.workspace}}/bin

0 commit comments

Comments
 (0)