Skip to content

Commit

Permalink
Windows list (LOCAL)APPDATA
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jan 28, 2024
1 parent bf9fae0 commit 148bbb6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/cabal-pristine.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: cabal-pristine

on:
- push
- pull_request
Expand All @@ -8,7 +10,7 @@ defaults:
shell: bash

jobs:
pkg-config:
cabal-pristine:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -50,12 +52,20 @@ jobs:

- if: ${{ runner.os == 'Windows' }}
run: |
ls -al c:/cabal || true
ls -al /c/cabal || true
- if: ${{ runner.os == 'Windows' }}
run: |
ls -al "$APPDATA" || true
- if: ${{ runner.os == 'Windows' }}
run: |
ls -al "$APPDATA/cabal" || true
- if: ${{ runner.os == 'Windows' }}
run: |
ls -al "$LOCALAPPDATA" || true
- if: ${{ runner.os == 'Windows' }}
run: |
ls -al "$LOCALAPPDATA/cabal" || true
Expand Down

0 comments on commit 148bbb6

Please sign in to comment.