Skip to content

Commit

Permalink
ci: try this for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Oct 15, 2023
1 parent 560a33d commit 5696c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test: off

install:
- ps: |
if ($($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT))
if ($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT -eq "")
{
git checkout -qf ($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT)
}
Expand Down

0 comments on commit 5696c9e

Please sign in to comment.