mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 11:42:43 +00:00
run apt update
This commit is contained in:
parent
f603aebec9
commit
a38a88cf41
3
.github/workflows/tunasync.yml
vendored
3
.github/workflows/tunasync.yml
vendored
@ -36,7 +36,8 @@ jobs:
|
||||
|
||||
- name: Setup test dependencies
|
||||
run: |
|
||||
sudo apt-get install cgroup-bin docker.io
|
||||
sudo apt update
|
||||
sudo apt install -y cgroup-bin docker.io
|
||||
lssubsys -am
|
||||
sudo cgcreate -a $USER -t $USER -g cpu:tunasync
|
||||
sudo cgcreate -a $USER -t $USER -g memory:tunasync
|
||||
|
Loading…
x
Reference in New Issue
Block a user