Skip to content

Commit

Permalink
add missing dependencies for linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaDev5 authored and PlasmaDev5 committed Jan 7, 2025
1 parent fefa3fb commit 7098d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
run: docker exec --user root unreal bash -c '
apt-get update ;
add-apt-repository ppa:ubuntu-toolchain-r/test ;
apt-get install -y libstdc++6 cmake'
apt-get install -y libstdc++6 cmake libcurl4-openssl-dev'

- name: Download package
uses: actions/download-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
apt-get -y install sudo
apt-get -y install wget
apt-get -y install cmake
apt-get -y install libcurl4-openssl-dev
apt-get -y install software-properties-common
apt-get -y install git
git config --global --add safe.directory $(pwd)
Expand Down

0 comments on commit 7098d33

Please sign in to comment.