kopia lustrzana https://github.com/OpenRTX/OpenRTX
ci: use linux codec2 library from apt instead of building it
rodzic
384a07d197
commit
f703a48069
|
@ -18,17 +18,7 @@ jobs:
|
||||||
- name: install-deps
|
- name: install-deps
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install git pkg-config build-essential meson libsdl2-dev libreadline-dev dfu-util cmake libusb-1.0-0 libusb-1.0-0-dev
|
sudo apt install -y git pkg-config build-essential meson libsdl2-dev libreadline-dev dfu-util cmake libusb-1.0-0 libusb-1.0-0-dev libcodec2-dev codec2
|
||||||
- name: build install codec2
|
|
||||||
run: |
|
|
||||||
cd ${{github.workspace}}
|
|
||||||
meson subprojects download
|
|
||||||
cd subprojects/codec2
|
|
||||||
mkdir build_linux
|
|
||||||
cd build_linux
|
|
||||||
cmake ..
|
|
||||||
make
|
|
||||||
sudo make install
|
|
||||||
- name: install miosix
|
- name: install miosix
|
||||||
run: |
|
run: |
|
||||||
wget https://miosix.org/toolchain/MiosixToolchainInstaller.run
|
wget https://miosix.org/toolchain/MiosixToolchainInstaller.run
|
||||||
|
|
Ładowanie…
Reference in New Issue