Skip to content

Commit

Permalink
CI: add apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
phwissmann committed Sep 11, 2024
1 parent 4a51612 commit 795f91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: go test -C cmd/openem-ingestor-service/ -v

- name: Install Wails dependencies
run: sudo apt-get install -qq -y libwebkit2gtk-4.0-dev libgtk-3-dev npm pkg-config
run: sudo apt-get update && sudo apt-get install -qq -y libwebkit2gtk-4.0-dev libgtk-3-dev npm pkg-config

- name: Set up Wails
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
Expand Down

0 comments on commit 795f91b

Please sign in to comment.