Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredHorwitz authored Oct 30, 2023
1 parent 9e4bcde commit 956722e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ runs:
run: chmod +x $GITHUB_ACTION_PATH/setup.sh
shell: bash
- id: get-jq
run: apt-get install jq
run: |
apt-update
apt-get install -y jq
shell: bash
- id: flutter-action
run: $GITHUB_ACTION_PATH/setup.sh -p -c '${{ inputs.cache-path }}' -k '${{ inputs.cache-key }}' -n '${{ inputs.flutter-version }}' -a '${{ inputs.architecture }}' ${{ inputs.channel }}
Expand Down

0 comments on commit 956722e

Please sign in to comment.