Skip to content

Commit

Permalink
CI-CD: correct a few mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Mar 23, 2024
1 parent ecb9c19 commit fe83404
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rel-lnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: "./.github/actions/boot"
with:
hostos: 'lnx'
buildcmd: "ci/buildx.sh ${{ inputs.tools }}"
suffix: "lnx ${{ inputs.arch }} ${{ inputs.tools }}"
tools: ${{ inputs.tools }}
owtools: ${{ inputs.owtools }}
owdebug: ${{ inputs.owdebug }}
build-lnx:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rel-nt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: "./.github/actions/boot"
with:
hostos: 'nt'
buildcmd: "ci/buildx.cmd ${{ inputs.tools }}"
suffix: "nt ${{ inputs.arch }} ${{ inputs.tools }}"
tools: ${{ inputs.tools }}
owtools: ${{ inputs.owtools }}
owdebug: ${{ inputs.owdebug }}
build-nt:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rel-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
uses: "./.github/actions/boot"
with:
hostos: 'osx'
buildcmd: "ci/buildx.sh ${{ inputs.tools }}"
suffix: "osx ${{ inputs.arch }} ${{ inputs.tools }}"
tools: ${{ inputs.tools }}
owtools: ${{ inputs.owtools }}
owdebug: ${{ inputs.owdebug }}
build-osx:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wikidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
uses: "./.github/actions/boot"
with:
hostos: 'nt'
buildcmd: 'ci/buildx.sh vs2019'
suffix: 'nt x64 vs2019'
tools: 'vs2019'
owtools: 'VISUALC'
noarchive: '1'
owdebug: ${{ vars.OWDEBUG }}
Expand Down

0 comments on commit fe83404

Please sign in to comment.