Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 7b90a8f

Browse files
committed
fixup! Ticket #3147: add make distcheck to CI to check for commmited but unwired files
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
1 parent ba13a81 commit 7b90a8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-fedora.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-tags: true
1517

1618
- name: Install dependencies
1719
run: |
@@ -34,6 +36,10 @@ jobs:
3436
chown -R test "$(pwd)"
3537
3638
su - test -c ' \
39+
\
40+
mkdir scratch && \
41+
export TMPDIR="$(pwd)/scratch" && \
42+
\
3743
./configure \
3844
--prefix="$(pwd)/install-prefix" \
3945
--enable-mclib \

0 commit comments

Comments
 (0)