We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd5271 commit 070f16fCopy full SHA for 070f16f
.github/workflows/caching.yml
@@ -78,7 +78,7 @@ jobs:
78
- if: runner.os == 'Windows'
79
name: (Windows) Platform config
80
run: |
81
- echo "CABAL_PKGS_DIR=~\\AppData\\cabal\\packages" >> $GITHUB_ENV
+ echo "CABAL_PKGS_DIR=C:\\cabal\\packages" >> $GITHUB_ENV
82
- if: ( runner.os == 'Linux' ) || ( runner.os == 'macOS' )
83
name: (Linux,macOS) Platform config
84
.github/workflows/test.yml
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
0 commit comments