diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2023-09-04 18:59:40 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2023-09-04 19:58:33 +0200 |
commit | a9d8ea2a1c9a7bb2390fa8ecf349d2ec397b5a12 (patch) | |
tree | 1fd31fd23855a55572e6c33a39d21fb376b499ad /.github/workflows/build_release.yml | |
parent | 6e2262b6c33bd0fa2cb67ff6d4a2f360f0c15913 (diff) | |
download | fork-godot-webrtc-native-a9d8ea2a1c9a7bb2390fa8ecf349d2ec397b5a12.tar.gz fork-godot-webrtc-native-a9d8ea2a1c9a7bb2390fa8ecf349d2ec397b5a12.tar.bz2 fork-godot-webrtc-native-a9d8ea2a1c9a7bb2390fa8ecf349d2ec397b5a12.zip |
Bump dependencies
OpenSSL 3.0.10
libdatachannel 0.18.6
godot-cpp 4.1-stable (used to be 4.1-rc2, this normalizes it)
Includes a small Linux CI fix to run apt update before apt install.
Diffstat (limited to '.github/workflows/build_release.yml')
-rw-r--r-- | .github/workflows/build_release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index edfb418..51d6938 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -155,6 +155,7 @@ jobs: - name: Install Linux build dependencies if: ${{ matrix.platform == 'linux' }} run: | + sudo apt-get update sudo apt-get install build-essential gcc-multilib g++-multilib wget if [ ! -f ${{ matrix.buildroot }}-godot-linux-gnu_sdk-buildroot.tar.bz2 ]; then wget https://downloads.tuxfamily.org/godotengine/toolchains/linux/${{ matrix.buildroot }}-godot-linux-gnu_sdk-buildroot.tar.bz2 |