From 78032160acdd9068109282221d81d2b11dbd1b5e Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 26 May 2024 20:18:43 +0000 Subject: [PATCH] upgrade from scarb 2.5.4 to 2.6.4 --- .devcontainer/Dockerfile | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 1399bcacf..4d02a1823 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* -RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash -s -- -v 2.5.4 +RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh RUN curl https://get.starkli.sh | bash RUN /root/.starkli/bin/starkliup # Specify the command to run on container start diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efd2dd97e..c6d6f1a94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: pull_request: env: - SCARB_VERSION: 2.5.4 + SCARB_VERSION: 2.6.4 jobs: build: