Skip to content

Commit

Permalink
temp hardcode the full path
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Sep 26, 2024
1 parent 9a89045 commit a56cfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Build shared GC (${{ matrix.gc_name }})
run: >
mkdir ${{ matrix.shared_gc_dir }} &&
LD_LIBRARY_PATH=${{ srcdir }}/gc/mmtk/target/release
LD_LIBRARY_PATH=/home/runner/work/ruby/ruby/src/gc/mmtk/target/release
make shared-gc SHARED_GC=${{ matrix.gc_name }} MMTK_BUILD=debug
if: ${{ matrix.shared_gc }}

Expand Down

0 comments on commit a56cfbc

Please sign in to comment.