diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 510282b..6245ce0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,6 +28,10 @@ jobs: mv /root/.config/godot ~/.config/godot mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable ls -lah + - name: Install Python + uses: actions/setup-python@v4 + with: + python-version: 3.10 - uses: mymindstorm/setup-emsdk@v14 - name: Verify run: emcc -v