Skip to content

Commit

Permalink
Add workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Apr 24, 2024
1 parent 63ec250 commit 5126e3b
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 @@ -42,7 +42,7 @@ jobs:
steps:
- name: Set up gcc-aarch64-linux-gnu
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Check out source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- name: Set up gcc-aarch64-linux-gnu
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Check out source code
Expand Down

0 comments on commit 5126e3b

Please sign in to comment.