Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Jun 22, 2023
1 parent ab356ea commit 40c3ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-tag-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:

Expand All @@ -18,7 +18,7 @@ jobs:
run: sudo apt-get update

- name: Install dependencies
run: sudo apt-get -y install quilt qemu-user-static debootstrap bsdtar
run: sudo apt-get -y install quilt qemu-user-static debootstrap libarchive-tools

- name: Nuke current Docker installation
run: |
Expand Down

0 comments on commit 40c3ee1

Please sign in to comment.