Skip to content

Commit

Permalink
smoke test apt update on local only
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Apr 24, 2024
1 parent fb4aaee commit 218a2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 218a2a3

Please sign in to comment.