Add debug to figure out why README is being expected in github build

pull/1069/head
Mike Black W9MDB 2022-06-17 15:12:39 -05:00
rodzic 593a31c195
commit 2a2a529e05
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -17,6 +17,8 @@ jobs:
run: |
sudo apt install libusb-1.0-0-dev
./bootstrap
- name: README Debug
run: grep README configure.ac
- name: configure
run: ./configure
- name: make