fix workflow w/ ubuntu updates

This commit is contained in:
Phantop 2024-11-02 01:07:16 -04:00
parent 76daa9ca27
commit 50ab3e3fbb

View file

@ -30,7 +30,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install packaging dependencies
run: sudo apt install -y aria2 libarchive-tools
run: |
sudo apt update -y
sudo apt install -y aria2 libarchive-tools
- name: Setup DwarFS
run: |
sudo cp appdwarf /bin