Skip to content

Commit 0039b29

Browse files
committed
Fix dependencies and test
1 parent f750115 commit 0039b29

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/full-check.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
9+
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: install_dependencies
13-
run: sudo apt install libbsd-dev xauth xvfb
13+
run: sudo apt install libncurses5-dev
1414
- name: first_build
1515
run: |
1616
./autogen.sh
@@ -28,5 +28,4 @@ jobs:
2828
- name: run_program
2929
run: |
3030
cbm --version
31-
xvfb-run -a cbm &
32-
31+

0 commit comments

Comments
 (0)