Skip to content

Commit

Permalink
Sudo install lfc
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Jan 21, 2025
1 parent 66d6cb1 commit e90f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Install LFC
run: |
set -e
curl -Ls https://install.lf-lang.org | bash -s cli ${{ inputs.lfc-version }}
sudo curl -Ls https://install.lf-lang.org | bash -s cli ${{ inputs.lfc-version }}
shell: bash
- name: Install lingo
run: |
Expand Down

0 comments on commit e90f300

Please sign in to comment.