Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 31, 2025
1 parent 92438be commit 1591838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- host: "${{ inputs.host == 'ALL' && 'x86_64-Linux' || inputs.host }}"
runner: "${{ inputs.host == 'ALL' && 'ubuntu-latest' || (inputs.host == 'x86_64-Linux' && 'ubuntu-latest' || 'ubuntu-latest') }}"
ghcr_pkg: "${{ inputs.ghcr-url }}"
name: "${{ matrix.host }} ==> (${{ matrix.ghcr }})"
name: "${{ matrix.host }} ==> (${{ matrix.ghcr_pkg }})"
runs-on: "${{ matrix.runner }}"
timeout-minutes: 200
permissions:
Expand Down

0 comments on commit 1591838

Please sign in to comment.