Skip to content

Commit

Permalink
if test hopefully following powershell syntax
Browse files Browse the repository at this point in the history
Signed-off-by: apetrynet <[email protected]>
  • Loading branch information
apetrynet committed Nov 4, 2023
1 parent d08349a commit 05b46d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:

- name: Check LongPathsEnabled
run: |
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
if ( "${{ matrix.os }}" == "windows-latest" ) {
(Get-ItemProperty "HKLM:System\CurrentControlSet\Control\FileSystem").LongPathsEnabled
fi
}
shell: pwsh

- name: Install dependencies
Expand Down

0 comments on commit 05b46d2

Please sign in to comment.