Skip to content

Commit

Permalink
build: Change build workflow to use install-deps script
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Harper <[email protected]>
  • Loading branch information
raharper committed Oct 17, 2023
1 parent 8f5f5a5 commit e9e8404
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,7 @@ jobs:
cat "$GITHUB_ENV"
- name: install dependencies
run: |
sudo add-apt-repository -y ppa:project-machine/squashfuse
sudo apt-get update
sudo apt-get install -yy lxc-utils lxc-dev libacl1-dev jq libcap-dev libseccomp-dev libpam-dev bats parallel libzstd-dev
sudo apt-get install -yy autoconf automake make autogen autoconf libtool binutils git squashfs-tools libcryptsetup-dev libdevmapper-dev cryptsetup-bin squashfuse
GO111MODULE=off go get github.com/opencontainers/umoci/cmd/umoci
make download-tools
sudo ./install-build-deps.sh
echo "running kernel is: $(uname -a)"
- name: docker-clone
run: |
Expand Down

0 comments on commit e9e8404

Please sign in to comment.