Skip to content

Commit

Permalink
Update RUBY_GC_LIBRARY in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 11, 2024
1 parent 4e9753b commit a32604d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sharedgc-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Build shared GC
run: |
echo "RUBY_GC_LIBRARY=librubygc.${{ matrix.gc_name }}.dylib" >> $GITHUB_ENV
echo "RUBY_GC_LIBRARY=${{ matrix.gc_name }}" >> $GITHUB_ENV
make shared-gc SHARED_GC=${{ matrix.gc_name }} MMTK_BUILD=${{ matrix.build }}
- name: Verify MMTk bindgen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sharedgc-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Build shared GC
run: |
echo "RUBY_GC_LIBRARY=librubygc.${{ matrix.gc_name }}.so" >> $GITHUB_ENV
echo "RUBY_GC_LIBRARY=${{ matrix.gc_name }}" >> $GITHUB_ENV
make shared-gc SHARED_GC=${{ matrix.gc_name }} MMTK_BUILD=${{ matrix.build }}
- name: Verify MMTk bindgen
Expand Down

0 comments on commit a32604d

Please sign in to comment.