Skip to content

Commit c50db71

Browse files
committed
Update build scripts.
1 parent 524c6ce commit c50db71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: apt
15-
run: sudo apt update && sudo apt install bison flex ninja-build lua5.3
15+
run: sudo apt update && sudo apt install bison flex lua5.3
1616
- name: make
1717
run: make
1818

@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: brew
24-
run: brew install ninja lua@5.4
24+
run: brew install python lua@5.4
2525
- name: make
2626
run: |
2727
make
@@ -41,7 +41,6 @@ jobs:
4141
mingw-w64-ucrt-x86_64-gcc
4242
mingw-w64-ucrt-x86_64-lua
4343
mingw-w64-ucrt-x86_64-nsis
44-
ninja
4544
bison
4645
flex
4746
zip

0 commit comments

Comments
 (0)