Skip to content

Commit 2b1b2a4

Browse files
committed
fix
1 parent 3d3a07f commit 2b1b2a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
# Pull Unity image and Build project using Unity Builder
6060
- name: Build project
6161
run: |
62-
docker rmi $(docker images -q)
63-
docker pull unityci/editor:ubuntu-2022.3.10f1-webgl-3.1.0
62+
docker pull unityci/editor:ubuntu-2022.3.10f1-webgl-3.1.0 # Ensure the latest image is pulled
6463
docker run --rm \
6564
-v $GITHUB_WORKSPACE:/workspace \
6665
-e UNITY_LICENSE=$UNITY_LICENSE \

0 commit comments

Comments
 (0)