fixes workflow name

This commit is contained in:
Ben 2024-08-19 13:58:47 +02:00
parent 6ad007e286
commit a90b9826c1
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -24,7 +24,7 @@ jobs:
shell: msys2
}
nim: [1.6.18]
name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim_version }}
name: ${{ matrix.platform.icon }} ${{ matrix.platform.label }} - Nim v${{ matrix.nim }}
runs-on: ${{ matrix.platform.os }}-latest
steps:
- uses: actions/checkout@v2