Skip to content

Commit 46e691b

Browse files
committed
githubactions: add workflow for Windows 32
1 parent ba22ac4 commit 46e691b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_win32.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ jobs:
2525
2626
ls 'C:\Program Files (x86)\Go\bin'
2727
28-
29-
30-
# choco install -y golang
31-
#
32-
'&C:\Program Files (x86)\Go\bin\go.exe' mod tidy
28+
'C:\Program Files (x86)\Go\bin\go.exe' mod tidy
3329
# go generate ./...
3430
# go build -o bin/yubihsm-connector.exe
3531
# cp bin/yubihsm-connector.exe artifact\

0 commit comments

Comments
 (0)