Skip to content

Commit

Permalink
Add Linux aarch64 cross-compiler to Linux build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJakob committed Jun 2, 2022
1 parent c29de71 commit ea94d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install gcc libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev
sudo apt install gcc libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev gcc-aarch64-linux-gnu
- name: Checkout
uses: actions/checkout@v2
- name: Unshallow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install gcc libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev
sudo apt install gcc libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev gcc-aarch64-linux-gnu
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
Expand Down

0 comments on commit ea94d9a

Please sign in to comment.