We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf2499 commit babcc1dCopy full SHA for babcc1d
.github/workflows/ccpp.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v3
23
- name: brew
24
- run: brew install python [email protected]
+ run: brew install python [email protected] md5sha1sum coreutils
25
- name: make
26
run: |
27
make
@@ -42,6 +42,7 @@ jobs:
42
mingw-w64-ucrt-x86_64-lua
43
mingw-w64-ucrt-x86_64-nsis
44
mingw-w64-ucrt-x86_64-pkg-config
45
+ python
46
bison
47
flex
48
zip
0 commit comments