From 218a2a3f3c6201ca47844108f2ea4d0131b31893 Mon Sep 17 00:00:00 2001 From: bburns632 <brian.burns09@gmail.com> Date: Wed, 24 Apr 2024 10:10:30 -0500 Subject: [PATCH] smoke test apt update on local only --- .github/workflows/smoke-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-tests.yaml b/.github/workflows/smoke-tests.yaml index 60a8e8a5..c129e6c5 100644 --- a/.github/workflows/smoke-tests.yaml +++ b/.github/workflows/smoke-tests.yaml @@ -88,7 +88,7 @@ jobs: if: ${{ (env.ACT || false) }} run: sudo apt update - name: Install Tidy - run: apt update && sudo apt install -y tidy + run: sudo apt install -y tidy - name: Install Deps For Pkgnet & ${{ matrix.test_pkg }} uses: r-lib/actions/setup-r-dependencies@v2 with: