Skip to content

Commit

Permalink
unable to build for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion authored Jan 30, 2024
1 parent ff006a1 commit 17d2883
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
static-dll-artifact: 'libextism.dll.a'
pc-in: 'extism.pc.in'
static-pc-in: 'extism-static.pc.in'
- os: 'windows'
target: 'x86_64-pc-windows-msvc'
artifact: 'extism.dll'
static-artifact: 'extism.lib'
static-dll-artifact: 'extism.dll.lib'
pc-in: ''
static-pc-in: ''
# - os: 'windows'
# target: 'x86_64-pc-windows-msvc'
# artifact: 'extism.dll'
# static-artifact: 'extism.lib'
# static-dll-artifact: 'extism.dll.lib'
# pc-in: ''
# static-pc-in: ''

steps:
- name: Checkout
Expand Down

0 comments on commit 17d2883

Please sign in to comment.