Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Nov 9, 2024
1 parent 5b006c0 commit f80f749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install sqlite3 gcc-aarch64-linux-gnu
sudo apt-get install sqlite3 gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Install aws-cli
uses: isbang/setup-awscli@v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install sqlite3 gcc-aarch64-linux-gnu
sudo apt-get install sqlite3 gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Install aws-cli
uses: isbang/setup-awscli@v0.1.0
Expand Down

0 comments on commit f80f749

Please sign in to comment.