Explorar el Código

chore(ci): createrepo ubuntu pkg is now createrepo-c

Mustafa ARICI hace 4 años
padre
commit
0dced0493d
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .github/workflows/go.yml
  2. 1 1
      .github/workflows/release.yml

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

@@ -22,7 +22,7 @@ jobs:
       - name: Deps
         run: |
           sudo apt-get update -y
-          sudo apt install reprepro createrepo rsync -y
+          sudo apt install reprepro createrepo-c rsync -y
           mkdir -p /tmp/protoc
           pushd /tmp/protoc
           wget https://github.com/protocolbuffers/protobuf/releases/download/v3.15.7/protoc-3.15.7-linux-x86_64.zip

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

@@ -19,7 +19,7 @@ jobs:
       - name: Deps
         run: |
           sudo apt-get update -y
-          sudo apt install reprepro createrepo rsync -y
+          sudo apt install reprepro createrepo-c rsync -y
           mkdir -p /tmp/protoc
           pushd /tmp/protoc
           wget https://github.com/protocolbuffers/protobuf/releases/download/v3.15.7/protoc-3.15.7-linux-x86_64.zip