Skip to content

Commit

Permalink
Merge branch 'master' of github.com:eudev-project/eudev
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonev committed Dec 2, 2021
2 parents 639074e + a6582ea commit 62575c6
Show file tree
Hide file tree
Showing 26 changed files with 49,714 additions and 3,220 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: ['dyne/devuan:beowulf', 'alpine:latest']
distro: ['dyne/devuan:chimaera', 'alpine:latest']
container:
image: ${{ matrix.distro }}
steps:
Expand All @@ -41,7 +41,7 @@ jobs:
tree
- name: install prerequisites (devuan)
if: ${{ matrix.distro == 'dyne/devuan:beowulf' }}
if: ${{ matrix.distro == 'dyne/devuan:chimaera' }}
run: >-
apt-get update && apt-get install -y \
build-essential \
Expand Down
Loading

0 comments on commit 62575c6

Please sign in to comment.