Skip to content

Commit 4f0e7cc

Browse files
mcecodeelijah-potter
authored andcommitted
fix(#208): make windows build work
1 parent 9cea679 commit 4f0e7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build_harper_ls.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
platform:
1515
- release_for: Windows-x86_64
1616
os: windows-latest
17-
target: x86_64-pc-windows-gnu
17+
target: x86_64-pc-windows-msvc
1818
bin: harper-ls.exe
19-
name: harper-ls-x86_64-pc-windows-gnu.zip
19+
name: harper-ls-x86_64-pc-windows-msvc.zip
2020
command: build
2121

2222
- release_for: macOS-x86_64

0 commit comments

Comments
 (0)