kopia lustrzana https://github.com/OpenRTX/OpenRTX
Add radio_tool dependency to Github actions
rodzic
4029bcf90e
commit
d7cc27e41b
|
@ -7,10 +7,13 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: apt-install
|
- name: install-deps
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install meson gcc pkg-config libsdl2-dev gcc-arm-none-eabi
|
sudo apt install python3-pip gcc pkg-config libsdl2-dev gcc-arm-none-eabi wget ninja-build
|
||||||
|
sudo pip3 install meson
|
||||||
|
wget -O /tmp/radio_tool.deb https://github.com/v0l/radio_tool/releases/download/v0.1.0/radio_tool-0.1.0-Linux.deb
|
||||||
|
sudo dpkg -i /tmp/radio_tool.deb
|
||||||
- name: meson-setup
|
- name: meson-setup
|
||||||
run: |
|
run: |
|
||||||
cd ${{github.workspace}}
|
cd ${{github.workspace}}
|
||||||
|
|
Ładowanie…
Reference in New Issue