Skip to content

Commit

Permalink
fix(#208): make windows build work
Browse files Browse the repository at this point in the history
  • Loading branch information
mcecode authored and elijah-potter committed Oct 9, 2024
1 parent 9cea679 commit 4f0e7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_harper_ls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
platform:
- release_for: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-gnu
target: x86_64-pc-windows-msvc
bin: harper-ls.exe
name: harper-ls-x86_64-pc-windows-gnu.zip
name: harper-ls-x86_64-pc-windows-msvc.zip
command: build

- release_for: macOS-x86_64
Expand Down

0 comments on commit 4f0e7cc

Please sign in to comment.