Skip to content

Commit

Permalink
chore: run apt-get update before disk cleanup (#261)
Browse files Browse the repository at this point in the history
* chore: run apt-get update before disk cleanup

* Update main.yml
  • Loading branch information
johanneskoester authored Aug 21, 2023
1 parent f783f96 commit cb893cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- Linting
- Formatting
steps:
- name: update apt
run: sudo apt-get update
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
with:
Expand Down

0 comments on commit cb893cc

Please sign in to comment.