Skip to content

Commit

Permalink
Bug fixes, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Mar 20, 2024
1 parent c6e0471 commit c1bf324
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/single_sdk_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit c1bf324

Please sign in to comment.