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 19b775a commit 45c9ce3Copy full SHA for 45c9ce3
.github/workflows/runpipe.yml
@@ -18,6 +18,8 @@ jobs:
18
image: domjudge/gitlabci:2.1
19
steps:
20
- uses: actions/checkout@v4
21
+ - name: apt
22
+ run: sudo apt update && sudo apt install -y flex flexc++ bison++ bisonc++ libsystemd-dev
23
- name: Create the configure file
24
run: make configure
25
- name: Do the default configure
0 commit comments