Skip to content

Commit

Permalink
Revert "ci: disable distcheck (until am OOT doc has been fixed)"
Browse files Browse the repository at this point in the history
This reverts commit 0123d67.
  • Loading branch information
ndim committed Aug 19, 2024
1 parent a0ac885 commit e90ee05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ jobs:
export LD_LIBRARY_PATH=/usr/local/lib
printf "\n\n" | ./tools/test-avrdude -v -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
# Re-enable distcheck after the doc fixes
# - name: distcheck
# run: make -C _ambuild -j$(nproc) distcheck "DISTCHECK_CONFIGURE_FLAGS=--disable-doc"
- name: distcheck
run: make -C _ambuild -j$(nproc) distcheck "DISTCHECK_CONFIGURE_FLAGS=--disable-doc"

linux-x86_64:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e90ee05

Please sign in to comment.