remove runc update hack

pull/112/head 4.3.7-1-01
binhex 3 years ago
parent 7dae9aa7c2
commit 43c1ad91d4

@ -11,18 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Update runc (temporary fix) # TODO: Remove step when https://github.com/actions/virtual-environments/issues/2658 fixed
uses: nick-invision/retry@v2.4.0
with:
timeout_minutes: 5
max_attempts: 3
retry_wait_seconds: 120
command: |
sudo apt-get install libseccomp-dev
git clone https://github.com/opencontainers/runc
cd runc
make
sudo make install
- name: Login to Docker Hub
uses: docker/login-action@v1
with:

Loading…
Cancel
Save