Add explicit `gensym` to GitHub Actions.

parent ee111dd1
...@@ -17,7 +17,7 @@ jobs: ...@@ -17,7 +17,7 @@ jobs:
run: rake test run: rake test
run: sudo apt install ruby gperf run: sudo apt install ruby gperf
- name: build and test - name: build and test
run: rake -m -j4 all test run: rake -m -j4 gensym all test
env: env:
MRUBY_TARGET: travis MRUBY_TARGET: travis
...@@ -64,7 +64,7 @@ jobs: ...@@ -64,7 +64,7 @@ jobs:
- name: brew - name: brew
run: brew install ruby gperf run: brew install ruby gperf
- name: build and test - name: build and test
run: rake -m -j4 all test run: rake -m -j4 gensym all test
env: env:
MRUBY_TARGET: travis MRUBY_TARGET: travis
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment