From c1bf3245968bf7fb9f7dd6ae139e3798cb275cd7 Mon Sep 17 00:00:00 2001 From: Kegan Dougal <7190048+kegsay@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:30:35 +0000 Subject: [PATCH] Bug fixes, maybe --- .github/workflows/single_sdk_tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/single_sdk_tests.yml b/.github/workflows/single_sdk_tests.yml index ea76ccc..becc4b9 100644 --- a/.github/workflows/single_sdk_tests.yml +++ b/.github/workflows/single_sdk_tests.yml @@ -53,7 +53,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: 'yarn' - name: "Install JS SDK" if: ${{ inputs.use_js_sdk != '' }} env: @@ -70,7 +69,7 @@ jobs: with: toolchain: stable - name: "Download Rust SDK" # no need to download rust SDK if we are using the local checkout. - if: ${{ inputs.use_rust_sdk != '' && inputs.use_rust_sdk == '.'}} + if: ${{ inputs.use_rust_sdk != '' && inputs.use_rust_sdk != '.'}} env: RUST_SDK: ${{ inputs.use_rust_sdk }} # TODO: allow custom forks run: |