Skip to content

Commit

Permalink
Merge pull request #83 from stefanb/no-apt-update
Browse files Browse the repository at this point in the history
ci: Disable unnecessary apt update
  • Loading branch information
refaktor authored Dec 23, 2023
2 parents 9efb86f + 928df4b commit 725fcdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Install Linux cgo dependancies
if: runner.os == 'Linux'
run: |
sudo apt-get update
# sudo apt-get update
# webview https://github.com/webview/webview_go/blob/master/.github/workflows/ci.yaml
sudo apt-get install -y libwebkit2gtk-4.0-dev
Expand Down

0 comments on commit 725fcdc

Please sign in to comment.