Skip to content

Commit

Permalink
Remove spurious $
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Oct 3, 2024
1 parent 19ecd20 commit 876ee98
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 @@ -107,7 +107,7 @@ jobs:
run: |
cd ../src/gc/mmtk
cargo build
if: $${{ matrix.shared_gc && matrix.gc_name == 'mmtk' }}
if: ${{ matrix.shared_gc && matrix.gc_name == 'mmtk' }}

- name: Build shared GC
run: |
Expand Down

0 comments on commit 876ee98

Please sign in to comment.