chore(ci): remove unnecessary extension input

This commit is contained in:
Elian Doran 2025-03-24 17:52:01 +02:00
parent 3e14ffe1e7
commit 9aef24eecc
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,6 @@ jobs:
with: with:
os: ${{ matrix.os.name }} os: ${{ matrix.os.name }}
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
extension: ${{ join(matrix.os.extension, ' ') }}
shell: ${{ matrix.os.shell }} shell: ${{ matrix.os.shell }}
forge_platform: ${{ matrix.os.forge_platform }} forge_platform: ${{ matrix.os.forge_platform }}
env: env:

View File

@ -42,7 +42,6 @@ jobs:
with: with:
os: ${{ matrix.os.name }} os: ${{ matrix.os.name }}
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
extension: ${{ join(matrix.os.extension, ' ') }}
shell: ${{ matrix.os.shell }} shell: ${{ matrix.os.shell }}
forge_platform: ${{ matrix.os.forge_platform }} forge_platform: ${{ matrix.os.forge_platform }}
env: env: