Skip to content

Commit

Permalink
fix: update script name in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Sep 23, 2024
1 parent 5f0cc80 commit 77077a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/setup-native-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ outputs:
runs:
using: "composite"
steps:
- name: Make script executable
- name: Make scripts executable
shell: bash
run: chmod +x ./scripts/setup_native_deps.sh
run: chmod +x ./scripts/install_native_deps.sh
run: chmod +x ./scripts/set_native_env_vars.sh

- name: Install Cairo Native Runtime Dependencies
id: set-runtime-deps
Expand Down

0 comments on commit 77077a2

Please sign in to comment.