Skip to content

Commit

Permalink
ci-staging: fix compiler selection for manual build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VDanielEdwards committed Jul 12, 2024
1 parent 6e1ba8c commit a39ed9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ jobs:
retention-days: ${{ inputs.retention-days }}
package-name: ${{ inputs.package-name }}
linux-docker-image: ${{ steps.extra.outputs.linux-docker-image || 'ghcr.io/mariusbgm/sil-kit-ci-ubuntu-18.04:main' }}
linux-c-compiler: ${{ steps.extra.outputs.c-compiler }}
linux-cxx-compiler: ${{ steps.extra.outputs.cxx-compiler }}
c-compiler: ${{ steps.extra.outputs.c-compiler }}
cxx-compiler: ${{ steps.extra.outputs.cxx-compiler }}
msvc-arch: ${{ steps.extra.outputs.msvc-arch || 'x64' }}
msvc-toolset: ${{ steps.extra.outputs.msvc-toolset || '14.1' }}
cmake-configure-args: ${{ steps.extra.outputs.cmake-configure-args }}
Expand Down

0 comments on commit a39ed9a

Please sign in to comment.