diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-01-28 13:00:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 13:00:24 -0600 |
commit | de9a88ae34971b5bfc5b1b1de032a06dc986900b (patch) | |
tree | 319abb9a7436de137d10d58068b6bcf4e167742b | |
parent | 5f0b3f2faa137d4b31925bc30bcbabfa0af5e99e (diff) |
Update build.yml
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 502cb29..9a5d8b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |