mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use sudo
This commit is contained in:
parent
3207cca93c
commit
932b60a01d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
|
|
@ -153,8 +153,8 @@ jobs:
|
|||
steps:
|
||||
- name: Ensure qemu is installed
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y qemu qemu-utils xorriso unzip
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y qemu qemu-utils xorriso unzip
|
||||
|
||||
- name: Create disk
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue