mirror of
https://github.com/tuna/tunasync.git
synced 2025-12-25 22:02:46 +00:00
run apt update
This commit is contained in:
parent
f603aebec9
commit
a38a88cf41
|
|
@ -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…
Reference in New Issue