summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2023-09-10 16:22:15 +0200
committerGitHub <noreply@github.com>2023-09-10 16:22:15 +0200
commit77969f68d9eaf639d87568e382593106a4b6c39c (patch)
tree1fd31fd23855a55572e6c33a39d21fb376b499ad /.github
parent6e2262b6c33bd0fa2cb67ff6d4a2f360f0c15913 (diff)
parenta9d8ea2a1c9a7bb2390fa8ecf349d2ec397b5a12 (diff)
downloadfork-godot-webrtc-native-77969f68d9eaf639d87568e382593106a4b6c39c.tar.gz
fork-godot-webrtc-native-77969f68d9eaf639d87568e382593106a4b6c39c.tar.bz2
fork-godot-webrtc-native-77969f68d9eaf639d87568e382593106a4b6c39c.zip
Merge pull request #115 from Faless/bump/openssl_3.0.10_libdatachannel_0.18.6
Bump dependencies
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_release.yml1
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