Skip to content

Commit

Permalink
Install perl dependency for openssl3 on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Jun 21, 2022
1 parent a9506b9 commit ff2702b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ jobs:
run: |
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
- 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 ff2702b

Please sign in to comment.