Update build_ubuntu.yml

add dependencies that might not be needed on the current build infrastructure but are needed locally
pull/250/head
DanielHabenicht 2021-02-15 00:01:34 +01:00 zatwierdzone przez GitHub
rodzic 51185e931b
commit 37e6984b55
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: INSTALL_ADDITIONAL_BUILD_DEPENDENCIES
run: sudo apt-get install librtlsdr-dev libusb-dev
run: sudo apt-get install librtlsdr-dev libusb-dev ncurses-dev
- id: CONFIGURE
run: ./configure
- id: MAKE