Skip to content

Commit

Permalink
add apt update to linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Sep 20, 2023
1 parent 3285b25 commit ca9a3b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Install linux deps
if: matrix.target.target == 'linux'
run: |
sudo apt install \
sudo apt update \
sudo apt install \
build-essential \
git \
pkg-config \
Expand Down

0 comments on commit ca9a3b7

Please sign in to comment.