fix: Use apt -o APT::Update::Error-Mode=any for updating package lists

Signed-off-by: Jimmy- <43562694+jimmy-bro@users.noreply.github.com>
This commit is contained in:
Jimmy- 2024-05-11 18:20:48 +08:00
parent 58a71a22f3
commit 5fcc0fe0a9

View File

@ -53,7 +53,7 @@ jobs:
- name: install-lazyfs
if: ${{ inputs.lazyfsEnabled }}
run: |
sudo apt update && sudo apt-get --yes install cmake libfuse3-dev libfuse3-3 fuse3
sudo apt-get -o APT::Update::Error-Mode=any update && sudo apt-get --yes install cmake libfuse3-dev libfuse3-3 fuse3
sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
make install-lazyfs
- name: test-robustness