Skip to content

Commit f520cc4

Browse files
committed
CI: Default -with-runtime when testing.
1 parent 0dc55cd commit f520cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compile-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
# ${{ env.COMPILE_OPTIONS }}
139139
140140
mkdir -p "$ARTIFACTS_DIR/artifacts/aarch64/$dir_path"
141-
./build/gnalc -S "$testcase" \
141+
./build/gnalc -with-runtime -S "$testcase" \
142142
-o "$ARTIFACTS_DIR/artifacts/aarch64/$dir_path/$test_name.s" \
143143
${{ env.COMPILE_OPTIONS }}
144144

0 commit comments

Comments
 (0)