Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Jul 17, 2024
1 parent 1291d2b commit e85690d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/demo.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
windows-installer:
runs-on: windows-latest
steps:
# Clones repository without persisting credentials
# As this local git repository is packed with installer
- uses: actions/checkout@v2
with:
submodules: 'recursive'
Expand Down Expand Up @@ -102,6 +100,9 @@ jobs:
runs-on: windows-latest
needs: windows-installer
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Download Windows installer
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit e85690d

Please sign in to comment.