Skip to content

Commit

Permalink
no checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 9, 2024
1 parent 47ee5b9 commit 1540547
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 1540547

Please sign in to comment.