From b56755e2a7b4cdece957c2ab3c4996b9e3c07efa Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 16 Jan 2020 21:23:34 +0100 Subject: [PATCH] clone Gwion --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6eae5703..e6ce6b51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,11 +19,17 @@ jobs: cabal configure --enable-tests cabal build cabal install + - name: Gwion + run: | + git clone https://github.com/fennecdjay/Gwion + cd Gwion + make - name: try mdr run: | echo Add other actions to build, echo test, and deploy your project. export PATH=~/.cabal/bin:$PATH + export PATH=./Gwion:$PATH make build # git branch -r | grep gh-pages && git push origin :gh-pages || true # git config --local user.email "action@github.com" -- 2.43.0