We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b279bec commit 157d930Copy full SHA for 157d930
1 file changed
.github/workflows/blang.yml
@@ -15,7 +15,7 @@ jobs:
15
run: brew install flex bison llvm
16
17
- name: Build
18
- run: cmake bin && make -C bin
+ run: cmake . && make
19
20
- name: Test
21
working-directory: ${{github.workspace}}/bin
0 commit comments