Skip to content

Commit

Permalink
dist-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesthobe committed Jul 19, 2023
1 parent abe8670 commit b1af8e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux_build_qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
CCACHE_MAXSIZE: 100M

steps:
- name: Run apt upgrade
run: sudo sh -c 'apt update && apt full-upgrade -y --auto-remove --purge'

- name: Checkout Repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b1af8e0

Please sign in to comment.