Skip to content

Commit

Permalink
Need to check out before you can do things
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 18, 2023
1 parent 80a4619 commit ea5260c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
- name: Manually configure safe.directory
run: git config --global --add safe.directory '*'
timeout-minutes: 1
- name: Checkout
uses: actions/checkout@v3
with:
set-safe-directory: false # actions/checkout otherwise tries to use the wrong config file, per actions/checkout#767
timeout-minutes: 1
- name: Cygport cygport download
env:
GIT_REV: ${{ matrix.cygport-ref }}
Expand Down Expand Up @@ -87,11 +92,6 @@ jobs:
path: cygport-build-results-${{ matrix.cygport-ref }}.txz
if-no-files-found: error
timeout-minutes: 10
- name: Checkout
uses: actions/checkout@v3
with:
set-safe-directory: false # actions/checkout otherwise tries to use the wrong config file, per actions/checkout#767
timeout-minutes: 1
- name: Load variables from the cygport file
run: |
eval "$(cygport git.cygport vars BUILD_REQUIRES PVR)"
Expand Down

0 comments on commit ea5260c

Please sign in to comment.