archlinuxhardened / selinux

PKGBUILDs to build SELinux enabled packages for Arch Linux
145 stars 25 forks source link

Actions pipeline fails when installing qemu. #74

Closed tqre closed 3 years ago

tqre commented 3 years ago
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/w/wavpack/libwavpack1_5.1.0-2ubuntu1.4_amd64.deb  404  Not Found [IP: 52.147.219.192 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

The error message is quite clear where to head, I'll look into this when I have the chance, but now I'm bit busy with school & new job & new city :)

This is the line on the workflow code:

steps:
  - name: Install QEMU to the runner and make needed directories
    - run: |
      sudo apt-get install qemu
      mkdir -v repo /tmp/{boots,arch}
tqre commented 3 years ago

It seems that this fixed itself. They probably made changes in the runner, I'll keep an eye on this if it reoccurs.