From 6fc03e22ea2214512d2c6098ca34442d61a13560 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sun, 19 Apr 2026 02:13:10 +0300 Subject: ci: fix apt-get update and shell ternary robustness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated by robots (https://vyos.io) --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 03a1c54..90dafff 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Install cmark - run: sudo apt-get install -y cmark + run: sudo apt-get update && sudo apt-get install -y cmark - name: Install Dart Sass run: npm install -g sass@1.32.8 -- cgit v1.2.3