We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6313f commit 7718155Copy full SHA for 7718155
action.yaml
@@ -22,6 +22,9 @@ 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
@@ -75,9 +78,6 @@ runs:
75
78
fi
76
79
working-directory: ./devstack
77
80
- - 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