Skip to content

Commit

Permalink
Powershell check
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbob92 committed Sep 28, 2023
1 parent a137c4f commit 02ae3a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/libjpegturbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
run: |
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
until [[ -d "C:\libjpeg-turbo-gcc64\lib\pkgconfig" ]]
do
echo "exists"
done
$Folder = 'C:\libjpeg-turbo-gcc64\lib\pkgconfig'
if (Test-Path -Path $Folder) {
"Path exists!"
}
- name: Test package (non-Windows)
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 02ae3a3

Please sign in to comment.