online multiplayer chess game (note server currently down)
Diffstat (limited to '.github/actions/setup-godot/action.yml')
| -rw-r--r-- | .github/actions/setup-godot/action.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/actions/setup-godot/action.yml b/.github/actions/setup-godot/action.yml deleted file mode 100644 index 6fd5bf2..0000000 --- a/.github/actions/setup-godot/action.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Setup -description: Setup godot and repo - -runs: - using: "composite" - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - lfs: true - - name: Setup - run: | - mkdir -v -p ~/.local/share/godot/templates - mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable - shell: bash |