Skip to content

Commit

Permalink
Fix variable substitution in name of task.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox committed Jun 5, 2024
1 parent 78f4905 commit c7527aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

mac_natives:
needs: test
name: Mac Natives (${{ matrix.arch }}, OpenSSL ${{ matrix.libssl }})
name: Mac Natives (${{ matrix.arch.arch }}, OpenSSL ${{ matrix.libssl }})
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c7527aa

Please sign in to comment.