From ea15a52a50d5072573aa072a60c23c47a685959e Mon Sep 17 00:00:00 2001 From: adrianvrj Date: Thu, 8 Aug 2024 15:58:56 -0600 Subject: [PATCH] [fix] cd command --- .github/workflows/contract_checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/contract_checks.yml b/.github/workflows/contract_checks.yml index ca4d650..ffdcc68 100644 --- a/.github/workflows/contract_checks.yml +++ b/.github/workflows/contract_checks.yml @@ -21,7 +21,7 @@ jobs: if: steps.changes.outputs.contracts_dir == 'true' run: | cd contracts - asdf install scarb + curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh - name: Run scarb fmt if: steps.changes.outputs.contracts_dir == 'true' @@ -45,11 +45,11 @@ jobs: - name: Install scarb if: steps.changes.outputs.contracts_dir == 'true' run: | - run: cd contracts + cd contracts curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh - name: Run scarb check if: steps.changes.outputs.contracts_dir == 'true' run: | - run: cd contracts + cd contracts scarb check