Update build.yaml
This commit is contained in:
parent
b8a1db0848
commit
75ff85fba2
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Install sudo package
|
||||
run: |
|
||||
(apt-get update || true) 2>/dev/null
|
||||
(apt-get install -y sudo) 2>/dev/null
|
||||
(apt-get install -y sudo || true) 2>/dev/null
|
||||
sudo apt update
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user