From 1540547360e8dfe458d295b04a0e529c7b498a23 Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Sat, 10 Aug 2024 00:21:25 +0200 Subject: [PATCH] no checkout --- .github/workflows/gdext.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index b96b75e..af36238 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -290,8 +290,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 with: name: ${{ needs.package.outputs.pkg_single }} @@ -370,12 +368,13 @@ jobs: name: ${{ matrix.name }} (${{ matrix.gdver }}) runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 with: name: ${{ needs.package.outputs.pkg_single }} + - shell: bash + run: ls -R + - uses: chickensoft-games/setup-godot@v2 with: version: ${{ matrix.gdver }} @@ -418,8 +417,6 @@ jobs: name: ${{ matrix.name }} (${{ matrix.gdver }}) runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 with: name: ${{ needs.package.outputs.pkg_single }}