Skip to content

Commit

Permalink
fixup! TO-DROP: ci: reuse windows-artifacts from an earlier run
Browse files Browse the repository at this point in the history
If I change `ci/lib.sh` in the meantime, I cannot simply reuse _all_ of
those artifacts, as they contain the tracked files, too.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Dec 3, 2023
1 parent 4e75837 commit 974cac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: extract tracked files and build artifacts
shell: bash
run: tar xf artifacts.tar.gz && tar xf tracked.tar.gz
- name: do use current `ci/lib.sh`
shell: bash
run: curl -Lo ci/lib.sh https://${{ github.repository }}/raw/${{ github.sha }}/ci/lib.sh
- uses: git-for-windows/setup-git-for-windows-sdk@v1
- name: test
id: test
Expand Down

0 comments on commit 974cac0

Please sign in to comment.