File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 79
79
key : ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
80
80
restore-keys : ${{ runner.os }}-${{ matrix.ghc }}-
81
81
82
- - uses : haskell/ actions/setup@v2
82
+ - uses : haskell- actions/setup@v2
83
83
id : setup-haskell
84
84
with :
85
85
ghc-version : ${{ matrix.ghc }}
@@ -219,7 +219,7 @@ jobs:
219
219
apt-get update
220
220
apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
221
221
222
- - uses : haskell/ actions/setup@v2
222
+ - uses : haskell- actions/setup@v2
223
223
id : setup-haskell
224
224
with :
225
225
ghc-version : ${{ matrix.ghc }}
@@ -272,7 +272,7 @@ jobs:
272
272
sudo chown -R $USER /usr/local/.ghcup
273
273
sudo chmod -R 777 /usr/local/.ghcup
274
274
fi
275
- - uses : haskell/ actions/setup@v2
275
+ - uses : haskell- actions/setup@v2
276
276
id : setup-haskell
277
277
with :
278
278
ghc-version : ${{ matrix.ghc }}
You can’t perform that action at this time.
0 commit comments