From bb10445f715f6f2afff59030323dc7b676b988b5 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 14 Jul 2025 13:07:10 -0500 Subject: [PATCH] Update .github/workflows/lint_and_compile.yml --- .github/workflows/lint_and_compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index 59e27b4..c827ce6 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -7,7 +7,7 @@ jobs: image: ubuntu steps: - name: Install packages - run: sudo apt-get update && sudo apt-get install -y nodejs git python3 + run: apt-get update && apt-get install -y nodejs git python3 - name: Check out repository code uses: actions/checkout@v4 - name: Clone supercharge docs repository