Skip to content

Commit

Permalink
use git clone instead of go get
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Ojea committed Aug 23, 2020
1 parent 75b047e commit 6c79c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
popd
# Install runc
go get https://github.com/opencontainers/runc.git
git clone https://github.com/opencontainers/runc.git $GOPATH/src/github.com/opencontainers/runc
pushd $GOPATH/src/github.com/opencontainers/runc
make BUILDTAGS="selinux seccomp"
sudo cp runc /usr/bin/runc
Expand All @@ -93,7 +93,7 @@ jobs:
sudo tar -C /usr/libexec/cni -xvzf /tmp/cni.tgz
# Install podman
go get https://github.com/containers/podman/
git clone https://github.com/containers/podman/ $GOPATH/src/github.com/containers/podman
cd $GOPATH/src/github.com/containers/podman
make BUILDTAGS="selinux seccomp"
sudo make install PREFIX=/usr
Expand Down

0 comments on commit 6c79c38

Please sign in to comment.