Skip to content

Commit

Permalink
Use local folder in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainpelissier committed Aug 20, 2024
1 parent 49f63c8 commit ccfaf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
export R2PM_GITDIR=`pwd`
r2pm -ci yara
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
path: .
Expand Down

0 comments on commit ccfaf4e

Please sign in to comment.