]> git.proxmox.com Git - mirror_ovs.git/blobdiff - .github/workflows/build-and-test.yml
github: Don't fail the job if 'apt update' failed.
[mirror_ovs.git] / .github / workflows / build-and-test.yml
index b29c300c5533fde97b482d884576d985e9de65f0..c4487226bee2686dbb25c2eeee3340581197a1d9 100644 (file)
@@ -134,7 +134,7 @@ jobs:
         key:  ${{ env.matrix_key }}-${{ env.ci_key }}
 
     - name: update APT cache
-      run:  sudo apt update
+      run:  sudo apt update || true
     - name: install common dependencies
       if:   matrix.deb_package == ''
       run:  sudo apt install -y ${{ env.dependencies }}