Skip to content

Commit

Permalink
Fedora apparently needs to install python3-future now
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Nov 9, 2022
1 parent 298db37 commit 9abd4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git config --global --add safe.directory /github/workspace
- name: install dependencies
run: yum -y install perl-IPC-Cmd perl-Pod-Html
run: yum -y install python3-future perl-IPC-Cmd perl-Pod-Html
- name: configure
run: cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_MAVSDK_SERVER=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=install -DWERROR=OFF -Bbuild/release -H.
- name: build
Expand Down

0 comments on commit 9abd4b8

Please sign in to comment.