mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-23 07:13:17 +00:00
fix workflow w/ ubuntu updates
This commit is contained in:
parent
76daa9ca27
commit
50ab3e3fbb
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue