From 520f055887024661ea5b7121a56a7013868fade8 Mon Sep 17 00:00:00 2001 From: raizo07 Date: Sat, 30 Nov 2024 01:45:06 +0100 Subject: [PATCH] fix: updated run scarb command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50ca93a..0b96b81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Scarb - run: curl -L https://raw.githubusercontent.com/software-mansion/scarb/master/installers/init.sh | sh + run: curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh - name: Cache dependencies uses: actions/cache@v3