formatting

pull/7180/head
Sharif Elgamal 2020-03-23 15:46:45 -07:00
parent 6f50b27a20
commit 61c3e2d6a0
1 changed files with 3 additions and 3 deletions

View File

@ -155,7 +155,7 @@ jobs:
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
needs: [build_minikube]
steps:
- name: install lz4
- name: Install lz4
shell: bash
run: |
sudo apt-get update -qq
@ -362,12 +362,12 @@ jobs:
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
runs-on: ubuntu-18.04
steps:
- name: install lz4
- name: Install lz4
shell: bash
run: |
sudo apt-get update -qq
sudo apt-get -qq -y install liblz4-tool
- name: install podman
- name: Install podman
shell: bash
run: |
. /etc/os-release