Skip to content

Commit

Permalink
proper path
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Nov 27, 2024
1 parent e404c40 commit b4876c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mmtk-bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

runs-on: ${{ matrix.os }}
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/mmtkbuilder
- uses: ./.github/actions/setup/mmtkbuilder
with:
os: ${{ matrix.os }}
mmtk_plan: ${{ matrix.gc.mmtk_plan }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/mmtkbuilder
- uses: ./.github/actions/setup/mmtkbuilder
with:
os: ${{ matrix.os }}
mmtk_plan: ${{ matrix.gc.mmtk_plan }}
Expand Down

0 comments on commit b4876c6

Please sign in to comment.