diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index c93fdbf..e83172d 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -6,14 +6,13 @@ on: - main env: - GODOT_VERSION: 4.1.3-stable EXPORT_NAME: immersive-home jobs: build: runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:${GODOT_VERSION} + image: barichello/godot-ci:4.1.3 steps: - name: Checkout uses: actions/checkout@v2