diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 3899aa9..8757fb0 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -7,14 +7,14 @@ on: - testing env: - GODOT_VERSION: 4.1.3 + 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-stable steps: - name: Checkout uses: actions/checkout@v2