diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c7a337a..73c147e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -23,10 +23,10 @@ jobs: - name: Install dependencies run: | - # Decrypt and Install sheet - echo ${{ secrets.SHEET_PWD }} | gpg --batch --yes --passphrase-fd 0 ./libraries/sheet-crypto.tgz.gpg cd client npm ci + # Decrypt and Install sheet + echo ${{ secrets.SHEET_PWD }} | gpg --batch --yes --passphrase-fd 0 ./libraries/sheet-crypto.tgz.gpg npm i ./libraries/sheet-crypto.tgz # End