From a4b7848427ec998f4894dd366b1c19e1f00fddae Mon Sep 17 00:00:00 2001 From: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:10:15 +0100 Subject: [PATCH] fix: publish-check-compile.yml --- .github/workflows/publish-check-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-check-compile.yml b/.github/workflows/publish-check-compile.yml index e03d0496af329..35eb629c53282 100644 --- a/.github/workflows/publish-check-compile.yml +++ b/.github/workflows/publish-check-compile.yml @@ -38,7 +38,7 @@ jobs: - name: install parity-publish run: | - sudo apt-get update && sudo apt-get install -y --no-install-recommends libcurl4-openssl-dev pkg-config + apt-get update && apt-get install -y --no-install-recommends libcurl4-openssl-dev pkg-config cargo install parity-publish@0.10.10 --locked -q - name: set current PR's prdoc name in a variable