Skip to content

Commit 3adfc92

Browse files
committed
[fix] line breakage to be proper.
1 parent 9943354 commit 3adfc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: ./scripts/compile_lamscript.sh \
5050
--build Release \
5151
--cpp-compiler ${{ matrix.compiler }} \
52-
--os ${{ matrix.target }}
52+
--os ${{ matrix.target }} \
5353
--cores 2
5454

5555
- name: Run all of lamscripts tests.

0 commit comments

Comments
 (0)