From eab7f5552716a84f6c6c2686f0a71fa030c0eab3 Mon Sep 17 00:00:00 2001 From: Marek Fedorovic Date: Fri, 29 Sep 2023 17:26:44 +1000 Subject: [PATCH] fix: Fix openssl dependencies --- .github/workflows/npm.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 90476818..516ac15b 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -88,6 +88,17 @@ jobs: toolchain: stable target: ${{ matrix.settings.target }} + - name: Cache cargo + uses: actions/cache@v3 + with: + path: | + ~/.cargo/registry/index/ + ~/.cargo/registry/cache/ + ~/.cargo/git/db/ + .cargo-cache + target/ + key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }} + - name: Customise host image shell: bash run: ${{ matrix.settings.customiseHostCommand }}