Skip to content

Commit

Permalink
Upgrade before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Seichter committed Jul 17, 2024
1 parent f75e524 commit bb5eb4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@v4

- name: Update disitribution
run: sudo apt-get update && sudo apt-get upgrade -y

- name: Install dependencies
run: sudo apt-get install build-essential libgtk-3-dev

Expand Down

0 comments on commit bb5eb4c

Please sign in to comment.