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 f750115 commit 0039b29Copy full SHA for 0039b29
.github/workflows/full-check.yml
@@ -6,11 +6,11 @@ jobs:
6
build:
7
8
runs-on: ubuntu-latest
9
-
+
10
steps:
11
- uses: actions/checkout@v2
12
- name: install_dependencies
13
- run: sudo apt install libbsd-dev xauth xvfb
+ run: sudo apt install libncurses5-dev
14
- name: first_build
15
run: |
16
./autogen.sh
@@ -28,5 +28,4 @@ jobs:
28
- name: run_program
29
30
cbm --version
31
- xvfb-run -a cbm &
32
0 commit comments