Skip to content

Commit

Permalink
try using powershell as advised
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 d247177 commit d08349a
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 @@ -39,9 +39,9 @@ jobs:
- name: Check LongPathsEnabled
run: |
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
\(Get-ItemProperty "HKLM:System\\CurrentControlSet\\Control\\FileSystem"\).LongPathsEnabled
(Get-ItemProperty "HKLM:System\CurrentControlSet\Control\FileSystem").LongPathsEnabled
fi
shell: bash
shell: pwsh

- name: Install dependencies
run: |
Expand Down

0 comments on commit d08349a

Please sign in to comment.