Skip to content

Commit

Permalink
ignore update error
Browse files Browse the repository at this point in the history
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
  • Loading branch information
YangKeao committed Dec 14, 2021
1 parent 2bea73f commit fd1453a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: ${{ contains(matrix.target, 'aarch64') }}
run: |
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get update || true
sudo apt-get install --assume-yes libssl-dev libssl-dev:arm64
- name: Run cargo build
Expand Down

0 comments on commit fd1453a

Please sign in to comment.