File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ concurrency:
2121jobs :
2222 build :
2323 name : Unity Build 👽
24- runs-on : ubuntu-latest
24+ runs-on : ubuntu-22.04 # Asegúrate de usar Ubuntu 22.04 para el runner, el cual es coherente con la versión de Docker
2525 steps :
2626 # Checkout repository
2727 - name : Checkout repository
5959 # Pull Unity image and Build project using Unity Builder
6060 - name : Build project
6161 run : |
62- docker pull unityci/editor:ubuntu-2022.3.10f1-webgl-3.1.0 # Ensure the latest image is pulled
62+ # Asegúrate de que se descarga la imagen correcta
63+ docker pull unityci/editor:ubuntu-2022.3.10f1-webgl-3.1.0 # Actualiza esta línea si la versión de la imagen es diferente
6364 docker run --rm \
6465 -v $GITHUB_WORKSPACE:/workspace \
6566 -e UNITY_LICENSE=$UNITY_LICENSE \
You can’t perform that action at this time.
0 commit comments