summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2024-07-10 09:21:12 -0400
committerPeter Zhu <peter@peterzhu.ca>2024-07-10 09:21:12 -0400
commit623eecce99fa796222096d290e55ff08b4c3cf9d (patch)
tree397fd7766618c5edd64369bf3bd040ab038187fe /.github/workflows
parent133fec4ce933e5a37de84c9c002bb998b4d8acb2 (diff)
Use absolute path for shared_gc_dir
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/compilers.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 5e9abde523..37c4a7b575 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -211,9 +211,9 @@ jobs:
- { name: UNIVERSAL_PARSER, env: { cppflags: '-DUNIVERSAL_PARSER' } }
- name: SHARED_GC
shared_gc: true
- shared_gc_dir: '../gc'
+ shared_gc_dir: '/ruby_gc'
env:
- append_configure: '--with-shared-gc=../gc'
+ append_configure: '--with-shared-gc=/ruby_gc'
name: ${{ matrix.entry.name }}