2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-08 09:22:33 +00:00

Merge pull request #7209 from gurevichmark/actions3

Add installs to GitHub action to rebuild xCAT
This commit is contained in:
Mark Gurevich
2022-06-29 13:38:40 -04:00
committed by GitHub

View File

@@ -5,4 +5,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0
- run: sudo apt-get install -y fakeroot reprepro devscripts debhelper libcapture-tiny-perl libjson-perl libsoap-lite-perl libdbi-perl libcgi-pm-perl quilt openssh-server dpkg looptools genometools software-properties-common
- run: sudo ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0