Skip to content

Commit d80e1a4

Browse files
committed
wrong make
1 parent ac785c1 commit d80e1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: msys2/setup-msys2@v2
3434
with:
35-
install: mingw-w64-x86_64-make mingw-w64-x86_64-gcc
35+
install: make mingw-w64-x86_64-gcc
3636
- run: make libverify.dll
3737
shell: msys2 {0}
3838
- run: gh release delete libverify-windows-x86_64

0 commit comments

Comments
 (0)