mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Install sudo
This commit is contained in:
parent
3c4f87ed2e
commit
69aeb3f753
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ jobs:
|
|||
-
|
||||
name: Checkout pict-rs
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
-
|
||||
name: install sudo
|
||||
run: apt-get update && apt-get -y install sudo
|
||||
-
|
||||
name: Set up docker
|
||||
uses: https://github.com/docker-practice/actions-setup-docker@master
|
||||
|
|
Loading…
Reference in a new issue