summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}