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

Commit

Permalink
CI: build on ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano committed Dec 16, 2023
1 parent 9b77e6e commit d970dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Build
run: |
docker run --rm -v $PWD:/app/src -w /app/src ubuntu:22.04 bash -c " \
docker run --rm -v $PWD:/app/src -w /app/src ubuntu:20.04 bash -c " \
sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list; \
apt-get update && apt-get install -y devscripts build-essential lintian debhelper wget && \
apt-get build-dep -y genext2fs && \
Expand Down

0 comments on commit d970dd6

Please sign in to comment.