Skip to content

Commit e810245

Browse files
committed
Fix CI
1 parent 8e3b3c7 commit e810245

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
git submodule init
7474
git submodule update
75-
sudo apt-get install libusb-1.0-0-dev ffmpeg libsodium-dev libopencv-dev xorg-dev
75+
sudo apt install libusb-1.0-0-dev ffmpeg libsodium-dev libopencv-dev xorg-dev
7676
7777
- name: Configure CMake (Windows)
7878
if: runner.os == 'Windows'

3rd/flint_gui

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ OpenIPC FPV ground station for Windows & Linux. Forked from [fpv4win](https://gi
7171
```bash
7272
git submodule init
7373
git submodule update
74-
sudo apt-get install libusb-1.0-0-dev ffmpeg libsodium-dev libopencv-dev xorg-dev
74+
sudo apt install libusb-1.0-0-dev ffmpeg libsodium-dev libopencv-dev xorg-dev
7575
```
7676

7777
2. Open as a CMake project and build.

0 commit comments

Comments
 (0)