Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Sep 26, 2024
1 parent 6ddfc03 commit 94c1c1a
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 @@ -132,7 +132,7 @@ jobs:
run: |
mkdir ${{ matrix.shared_gc_dir }} &&
make shared-gc SHARED_GC=${{ matrix.gc_name }} MMTK_BUILD=release &&
ldd $${{ matrix.shared_gc_dir}}/librubygc.mmtk.so
ldd ${{ matrix.shared_gc_dir }}/librubygc.mmtk.so
if: ${{ matrix.shared_gc }}

- name: Set test options for skipped tests
Expand Down

0 comments on commit 94c1c1a

Please sign in to comment.