mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-13 09:02:54 +00:00
Fix azure build warning.
Former-commit-id: c15f371e49e966dc791cce615a792672a6d575d4
This commit is contained in:
parent
8694425284
commit
84f4430773
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
stack --install-ghc $ARGS test --only-dependencies
|
stack --install-ghc test $ARGS --only-dependencies
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
set -ex
|
set -ex
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue