Skip to content

Commit

Permalink
👷 add option to fix protostar version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Aug 30, 2022
1 parent 5dc9b5f commit e45be0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install protostar
run: |
curl -L https://raw.githubusercontent.com/software-mansion/protostar/master/install.sh | bash
curl -L https://raw.githubusercontent.com/software-mansion/protostar/master/install.sh | bash -s -- -v 0.3.2
- name: Update env variables
run: |
source /home/runner/.bashrc | bash
Expand Down

0 comments on commit e45be0f

Please sign in to comment.