diff --git a/action.yml b/action.yml index fa4dfd93..64e766d4 100644 --- a/action.yml +++ b/action.yml @@ -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 }}