Skip to content

Commit

Permalink
fix(CI): add missing shell property for action
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Sep 14, 2024
1 parent c45e200 commit 9261660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-snforge/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ runs:
using: "composite"
steps:
- name: Install universal sierra compiler
shell: bash
run: |
curl -L https://raw.githubusercontent.com/software-mansion/universal-sierra-compiler/master/scripts/install.sh | sh
echo "/root/.local/bin" >> ${GITHUB_PATH}
- name: Check universal sierra compiler version
shell: bash
run: universal-sierra-compiler --version

- name: Setup Scarb
Expand Down

0 comments on commit 9261660

Please sign in to comment.