Skip to content

Commit

Permalink
Try absolute path for MSPECOPT
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 22, 2024
1 parent a61a314 commit f99fa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/modgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
echo 'RUST_LOG=' >> $GITHUB_ENV
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV
echo 'MSPECOPT="-B ../src/spec/mmtk.mspec"' >> $GITHUB_ENV
echo "MSPECOPT=\"-B $(readlink -f ../../spec/mmtk.mspec)\"" >> $GITHUB_ENV
if: ${{ matrix.gc.name == 'mmtk' }}

- name: Build shared GC
Expand Down

0 comments on commit f99fa22

Please sign in to comment.