From 37060763e5d9b19176630561247902e8f5523ebf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 16 Jan 2020 20:36:17 +0100 Subject: [PATCH] set path in the correct place --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 686b3fe8..073a4579 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,9 +19,9 @@ jobs: cabal configure --enable-tests cabal build cabal install - export PATH=~/.cabal/bin:$PATH - name: try mdr run: | echo Add other actions to build, echo test, and deploy your project. + export PATH=~/.cabal/bin:$PATH mdr README.mdr -- 2.43.0