Skip to content

Commit

Permalink
don't override the name for the generic make job
Browse files Browse the repository at this point in the history
the result job depends on it
  • Loading branch information
eightbitraptor committed Jul 19, 2024
1 parent a76bea9 commit 5691191
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mmtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- { name: "MMTk disabled", opts: '' }
- { name: "MMTk enabled", opts: '--mmtk --mmtk-plan=StickyImmix' }

name : ${{ matrix.entry.name }}
runs-on: ubuntu-latest

if: >-
Expand Down Expand Up @@ -128,4 +127,4 @@ jobs:

defaults:
run:
working-directory: build
working-directory: $builddir

0 comments on commit 5691191

Please sign in to comment.