Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Remove redundant gcc installation and switch invocations of apt to apt-get for posterity
  • Loading branch information
SamJakob authored Jul 4, 2023
1 parent bb6f75b commit 8264421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install gcc libgtk-3-dev libayatana-appindicator3-dev libwebkit2gtk-4.0-dev
sudo apt-get update
sudo apt-get install libgtk-3-dev libayatana-appindicator3-dev libwebkit2gtk-4.0-dev
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
Expand Down

0 comments on commit 8264421

Please sign in to comment.