From ae755c8eb3f9f2421bf2464c920943bd3d4da4a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Tue, 22 Sep 2020 12:33:44 +0200 Subject: [PATCH] Use mdr release --- .github/workflows/build.yml | 25 +------------------------ scripts/update.sh | 1 + 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33bc143c..8274cb86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,29 +15,7 @@ jobs: - uses: actions/setup-ruby@v1 name: Setup Ruby - - uses: actions/cache@v1 - name: Mdr [ cache ] - id: mdr-bin - with: - path: mdr - key: ${{ runner.os }}-mdr - - - name: Mdr - if: steps.mdr-bin.outputs.cache-hit != 'true' - run: | - git clone https://github.com/fennecdjay/mdr - cd mdr - make - - - name: Mdr - if: steps.mdr-bin.outputs.cache-hit == 'true' - run: | - cd mdr - git pull - git checkout master - make - - - name: Gwion + - name: Dependencies run: bash scripts/update.sh - uses: fennecdjay/emojify-docker-action@v2 @@ -58,7 +36,6 @@ jobs: - name: Build book run: | - export PATH=mdr:$PATH export PATH=$PWD:$PATH make build diff --git a/scripts/update.sh b/scripts/update.sh index f80accac..03e7d598 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -16,3 +16,4 @@ update() { } update fennecdjay Gwion +update fennecdjay mdr -- 2.43.0