Update build.yml

This commit is contained in:
Seth Barberee 2021-01-28 13:00:24 -06:00 committed by GitHub
parent 5f0b3f2faa
commit de9a88ae34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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