Browse Source

CI: change package name to cgroup-tools

Miao Wang 4 years ago
parent
commit
80f0161eb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/tunasync.yml

+ 1 - 1
.github/workflows/tunasync.yml

@@ -42,7 +42,7 @@ jobs:
     - name: Setup test dependencies
     - name: Setup test dependencies
       run: |
       run: |
         sudo apt-get update
         sudo apt-get update
-        sudo apt-get install -y cgroup-bin
+        sudo apt-get install -y cgroup-tools
         docker pull alpine:3.8
         docker pull alpine:3.8
         lssubsys -am
         lssubsys -am
         sudo cgcreate -a $USER -t $USER -g cpu:tunasync
         sudo cgcreate -a $USER -t $USER -g cpu:tunasync