Skip to content

Commit 653dee3

Browse files
committed
chore: run semver check on fedora
1 parent 4b33a05 commit 653dee3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/semver.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ jobs:
1111
check:
1212
runs-on: ubuntu-latest
1313
container:
14-
image: ghcr.io/elementary/docker:unstable
14+
image: fedora:rawhide
1515
steps:
16-
- name: Install dependencies
17-
run: |
18-
apt-get update && apt-get install -y curl git jq
19-
git config --global --add safe.directory ${GITHUB_WORKSPACE}
2016
- uses: actions/checkout@v4
17+
- name: Install dependencies
18+
run: dnf install -y curl git gcc gcc-c++ make cmake libtool autoconf automake pkgconf-pkg-config glib2-devel gobject-introspection-devel gtk4-devel granite-7-devel
2119
- name: Check semver
2220
uses: obi1kenobi/cargo-semver-checks-action@main
2321
with:

0 commit comments

Comments
 (0)