Skip to content

Commit

Permalink
CI: fix windows linker step
Browse files Browse the repository at this point in the history
black-sliver committed Nov 21, 2024
1 parent 20c21f0 commit d5ac6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- name: Build (Windows)
run: cl.exe /DPRINT_${{ matrix.print }} /D${{ matrix.out_format }} /EHsc /WX list-rooms.cpp /out:soe-script-dumper.exe
run: cl.exe /DPRINT_${{ matrix.print }} /D${{ matrix.out_format }} /EHsc /WX list-rooms.cpp /link /out:soe-script-dumper.exe
- name: Upload (Windows)
uses: actions/upload-artifact@v4
with:

0 comments on commit d5ac6f3

Please sign in to comment.