Skip to content

Commit

Permalink
Update before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin committed Sep 18, 2024
1 parent e6d00ac commit 3cf60a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- name: Install wget and git
id: install-wget
run: apt install -y wget git
run: apt-get update && apt install -y wget git

- name: Create io directory
id: mkdir-io
Expand Down

0 comments on commit 3cf60a7

Please sign in to comment.