Skip to content

Commit 98fee66

Browse files
committed
Fix CI
1 parent 3a7c2d2 commit 98fee66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
#- name: Setup tmate session
2020
# uses: mxschmitt/action-tmate@v3
2121
- name: mrubyc-test
22-
run: CFLAGS=-DMAX_SYMBOLS_COUNT=1000 MRUBYCFILE=test/Mrubycfile bundle exec mrubyc-test
22+
run: MRUBYCFILE=test/Mrubycfile bundle exec mrubyc-test
2323
working-directory: .
2424

lib/picoruby

0 commit comments

Comments
 (0)