Skip to content

Commit 7869052

Browse files
remyleoneCopilot
andauthored
Ensure update before installation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 39b7cd3 commit 7869052

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
- name: Checkout Actions Repository
5050
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
- name: Install wget
52-
run: sudo apt install -y wget
52+
run: |
53+
sudo apt-get update
54+
sudo apt-get install -y --no-install-recommends wget
5355
- name: Spell Check Repo
5456
uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0
5557
env:

0 commit comments

Comments
 (0)