this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Missing debhelper to GH Actions

authored by

TheBrokenRail and committed by
GitHub
95a2bcc8 17df4d58

+2 -2
+2 -2
.github/workflows/ccpp.yml
··· 18 18 git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 19 19 - name: Install Dependencies 20 20 run: | 21 - sudo apt-get update && sudo apt-get install devscripts equivs 21 + sudo apt-get update && sudo apt-get install devscripts equivs debhelper 22 22 sudo mk-build-deps -ir 23 23 - name: Build DEB 24 24 run: tools/makedeb ··· 44 44 git submodule sync --recursive 45 45 git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 46 46 - name: Install Dependencies 47 - run: sudo apt-get update && sudo apt-get install devscripts dpkg-dev 47 + run: sudo apt-get update && sudo apt-get install devscripts dpkg-dev debhelper 48 48 - name: Build DSC 49 49 run: tools/makedeb --dsc 50 50 - name: Move DSCs