diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-11 02:45:58 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-11 02:45:58 +0200 |
| commit | 83b5f82a92634fe9f91f2b9c162f42669c9e701d (patch) | |
| tree | cf5caa91823f893f7c852254520e0e121f42f7dd /.github | |
| parent | 496d732aaf41492099ef0bbada4b43d99e2b7942 (diff) | |
ci: ohhh, I am dumb
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 4520e0ccf..8b98fb93a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -162,6 +162,7 @@ jobs: runs-on: [ubuntu-latest] needs: [build_windows, build_macos, build_macos_arm, build_linux] steps: + - uses: actions/checkout@v4 - uses: actions/setup-python@v2 with: python-version: '3.8.x' @@ -204,8 +205,6 @@ jobs: run: | tree -L 2 - - uses: actions/checkout@v4 - - name: Create archives and upload shell: bash env: |