From: Jérémie Astor Date: Thu, 16 Jan 2020 19:36:17 +0000 (+0100) Subject: set path in the correct place X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=37060763e5d9b19176630561247902e8f5523ebf;p=gwion.git set path in the correct place --- 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