We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2980f82 commit ee6313fCopy full SHA for ee6313f
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
@@ -78,6 +75,9 @@ runs:
78
75
fi
79
76
working-directory: ./devstack
80
77
+ - name: Upgrade the operating system
+ run: sudo apt-get update && sudo apt-get -y upgrade
+ shell: bash
81
- name: Run devstack
82
env:
83
FORCE: ${{ inputs.force }}
0 commit comments