From: Jérémie Astor Date: Thu, 16 Jan 2020 20:23:34 +0000 (+0100) Subject: clone Gwion X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=b56755e2a7b4cdece957c2ab3c4996b9e3c07efa;p=gwion.git clone Gwion --- 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"