Skip to content

Commit

Permalink
Properly sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbob92 committed Sep 28, 2023
1 parent 02ae3a3 commit d422617
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/libjpegturbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
curl -L https://master.dl.sourceforge.net/project/libjpeg-turbo/3.0.0/libjpeg-turbo-3.0.0-gcc64.exe -o libjpeg-turbo-3.0.0-gcc64.exe
./libjpeg-turbo-3.0.0-gcc64.exe /S
$Folder = 'C:\libjpeg-turbo-gcc64\lib\pkgconfig'
if (Test-Path -Path $Folder) {
"Path exists!"
while (!(Test-Path -Path $Folder)) {
"libjpeg-turbo does not exist yet!"
Start-Sleep -s 5
}
- name: Test package (non-Windows)
Expand Down

0 comments on commit d422617

Please sign in to comment.