diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2024-07-10 09:21:12 -0400 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2024-07-10 09:21:12 -0400 |
| commit | 623eecce99fa796222096d290e55ff08b4c3cf9d (patch) | |
| tree | 397fd7766618c5edd64369bf3bd040ab038187fe /.github/workflows | |
| parent | 133fec4ce933e5a37de84c9c002bb998b4d8acb2 (diff) | |
Use absolute path for shared_gc_dir
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/compilers.yml | 4 |
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 }} |
