Skip to content

Commit

Permalink
update libiconv
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jul 14, 2024
1 parent 48b0425 commit 4471972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libiconv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
arch: ${{matrix.arch}}
toolset: ${{steps.virtuals.outputs.toolset}}
- name: Setup msbuild
uses: microsoft/setup-msbuild@v1.0.3
uses: microsoft/setup-msbuild@v2
- name: Build libiconv
run: cd libiconv\MSVC${{steps.virtuals.outputs.vsnum}} && msbuild libiconv.sln /p:Configuration=Release /p:Platform=${{steps.virtuals.outputs.msarch}} /p:PlatformToolset=${{steps.virtuals.outputs.msts}} /p:WindowsTargetPlatformVersion=${{steps.virtuals.outputs.winsdk}}
- name: Install libiconv
Expand Down

0 comments on commit 4471972

Please sign in to comment.