xdelta -> xdelta3

Incorrect package, derp
This commit is contained in:
Seth Barberee 2021-01-28 13:07:29 -06:00 committed by GitHub
parent de9a88ae34
commit 1439c44e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
- name: Install xdelta
run: |
sudo apt-get update -y
sudo apt-get install -y xdelta
sudo apt-get install -y xdelta3
- name: Fetch repo
uses: actions/checkout@master