We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7718155 commit 992302bCopy full SHA for 992302b
1 file changed
action.yaml
@@ -22,9 +22,6 @@ inputs:
22
runs:
23
using: "composite"
24
steps:
25
- - name: Run update and upgrade
26
- run: sudo apt update && sudo apt -y upgrade
27
- shell: bash
28
- name: Install python pip
29
run: python -m pip install --upgrade pip
30
shell: bash
0 commit comments