Skip to content

Commit

Permalink
Fix linux arm64 release build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmizutani committed Oct 2, 2023
1 parent dc68b4b commit 9af441a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install sqlite3
sudo apt-get install sqlite3 gcc-aarch64-linux-gnu
- name: Install aws-cli
uses: isbang/[email protected]
Expand Down

0 comments on commit 9af441a

Please sign in to comment.