From bf1da2fa83778a728d875c32e12b6a2ab8a64d2d Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Sat, 4 Mar 2023 00:09:57 +0100 Subject: [PATCH] install i18n-helpers --- .github/workflows/build-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 828940c7..f1fc9b7f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -21,6 +21,7 @@ jobs: mdbook-version: latest - name: Install i18n-helpers + working-directory: gb-asm-tutorial/ run: cargo install --path i18n-helpers --locked shell: bash