Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulder committed May 16, 2024
1 parent 1412faf commit bf45ac1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
libkrb5-dev \
libpcre2-dev \
libclang-13-dev \
autoconf
autoconf \
gettext
- name: "Fetch submodules"
run: git submodule init && git submodule update
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
libkrb5-dev \
libpcre2-dev \
libclang-13-dev \
autoconf
autoconf \
gettext
- name: "Fetch submodules"
run: git submodule init && git submodule update
Expand Down
2 changes: 1 addition & 1 deletion src/idmap/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_PREREQ([2.71])
AC_PREREQ([2.69])

m4_include([sssd/version.m4])
AC_INIT([libsss_idmap],[VERSION_NUMBER],[[email protected]])
Expand Down

0 comments on commit bf45ac1

Please sign in to comment.