kopia lustrzana https://github.com/Hamlib/Hamlib
Fixing c-cpp.yml for libusb
rodzic
2e48c2470b
commit
6cb90f5260
|
@ -13,10 +13,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: packages
|
|
||||||
run: sudo apt install libusb-1.0-0-dev
|
|
||||||
- name: bootstrap
|
- name: bootstrap
|
||||||
run: ./bootstrap
|
run: |
|
||||||
|
sudo apt install libusb-1.0-0-dev
|
||||||
|
./bootstrap
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure
|
run: ./configure
|
||||||
- name: make
|
- name: make
|
||||||
|
|
Ładowanie…
Reference in New Issue