Skip to content

Commit 45c9ce3

Browse files
committed
bison/flex for github
1 parent 19b775a commit 45c9ce3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/runpipe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
image: domjudge/gitlabci:2.1
1919
steps:
2020
- uses: actions/checkout@v4
21+
- name: apt
22+
run: sudo apt update && sudo apt install -y flex flexc++ bison++ bisonc++ libsystemd-dev
2123
- name: Create the configure file
2224
run: make configure
2325
- name: Do the default configure

0 commit comments

Comments
 (0)