We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b33a05 commit 653dee3Copy full SHA for 653dee3
.github/workflows/semver.yml
@@ -11,13 +11,11 @@ jobs:
11
check:
12
runs-on: ubuntu-latest
13
container:
14
- image: ghcr.io/elementary/docker:unstable
+ image: fedora:rawhide
15
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}
20
- uses: actions/checkout@v4
+ - name: Install dependencies
+ 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
21
- name: Check semver
22
uses: obi1kenobi/cargo-semver-checks-action@main
23
with:
0 commit comments