Skip to content

Commit babcc1d

Browse files
committed
Fix some more dependencies.
1 parent ebf2499 commit babcc1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: brew
24-
run: brew install python [email protected]
24+
run: brew install python [email protected] md5sha1sum coreutils
2525
- name: make
2626
run: |
2727
make
@@ -42,6 +42,7 @@ jobs:
4242
mingw-w64-ucrt-x86_64-lua
4343
mingw-w64-ucrt-x86_64-nsis
4444
mingw-w64-ucrt-x86_64-pkg-config
45+
python
4546
bison
4647
flex
4748
zip

0 commit comments

Comments
 (0)