Skip to content

Commit

Permalink
fix: updated run scarb command
Browse files Browse the repository at this point in the history
  • Loading branch information
raizo07 authored and julienbrs committed Dec 2, 2024
1 parent 4e393a2 commit 520f055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 520f055

Please sign in to comment.