From 878243a04ee95487066316f3e857b06f43187f92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 16 Jan 2020 20:33:19 +0100 Subject: [PATCH] set path --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f94c0ae1..686b3fe8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,7 @@ jobs: cabal configure --enable-tests cabal build cabal install + export PATH=~/.cabal/bin:$PATH - name: try mdr run: | echo Add other actions to build, -- 2.43.0