Skip to content

Commit

Permalink
lets fix mac
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Aug 7, 2023
1 parent 63a1e5c commit 3df8aac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ runs:
- name: Setup CLI
shell: bash
run: |
if [ ${{ steps.platform.outputs.id }} != "win" ]; then
chmod +x "${{ github.action_path }}/geode"
fi
geode sdk install "${{ github.action_path }}/geode-sdk-clone"
# silly github actions wont refresh the env
Expand Down

0 comments on commit 3df8aac

Please sign in to comment.