Use absolute path for shared_gc_dir

This commit is contained in:
Peter Zhu 2024-07-10 09:21:12 -04:00
parent 133fec4ce9
commit 623eecce99

View File

@ -211,9 +211,9 @@ jobs:
- { name: UNIVERSAL_PARSER, env: { cppflags: '-DUNIVERSAL_PARSER' } } - { name: UNIVERSAL_PARSER, env: { cppflags: '-DUNIVERSAL_PARSER' } }
- name: SHARED_GC - name: SHARED_GC
shared_gc: true shared_gc: true
shared_gc_dir: '../gc' shared_gc_dir: '/ruby_gc'
env: env:
append_configure: '--with-shared-gc=../gc' append_configure: '--with-shared-gc=/ruby_gc'
name: ${{ matrix.entry.name }} name: ${{ matrix.entry.name }}