We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8dc63d + 7fe0f70 commit 40d4fcaCopy full SHA for 40d4fca
.github/workflows/Dockerfile_builder
@@ -8,7 +8,7 @@
8
#
9
# ******************************************************************************
10
11
-FROM ubuntu:latest
+FROM ubuntu:22.04
12
SHELL ["/bin/bash", "-c"]
13
USER root:root
14
# Install build tools
.github/workflows/buildRelease.yml
@@ -152,7 +152,7 @@ jobs:
152
|| needs.inputs.outputs.force == 'true'
153
)
154
155
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
156
157
steps:
158
# Checkout the actions for this repo owner
@@ -503,6 +503,7 @@ jobs:
503
- name: Install SDL2
504
run: |
505
export DEBIAN_FRONTEND=noninteractive
506
+ sudo -E apt-get update
507
sudo -E apt-get install -y libsdl2-dev libsdl2-2.0-0
508
509
# Install Emscripten SDK
0 commit comments