Skip to content

Commit e70f99d

Browse files
committed
Update release script.
1 parent 4a6895c commit e70f99d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ jobs:
2121
update: true
2222
msystem: UCRT64
2323
install: >-
24+
bison
25+
flex
26+
git
2427
make
2528
mingw-w64-ucrt-x86_64-gcc
2629
mingw-w64-ucrt-x86_64-lua
2730
mingw-w64-ucrt-x86_64-nsis
28-
ninja
29-
bison
30-
flex
31+
mingw-w64-ucrt-x86_64-pkg-config
32+
mingw-w64-ucrt-x86_64-python
3133
zip
32-
git
3334
3435
- uses: actions/checkout@v3
3536

0 commit comments

Comments
 (0)