From dcd77aa92d725c4d1e0b8f7843cc3298d9af84d0 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 21 May 2022 07:10:52 +0800 Subject: [PATCH] Update resolvconf.yml --- .github/workflows/resolvconf.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/resolvconf.yml b/.github/workflows/resolvconf.yml index 80804a6..32cf626 100644 --- a/.github/workflows/resolvconf.yml +++ b/.github/workflows/resolvconf.yml @@ -7,20 +7,10 @@ jobs: Building: name: "Build on Ubuntu" runs-on: ubuntu-latest - container: docker.io/centos:7 steps: - - uses: actions/checkout@v2 - - - name: Install dependencies - run: | - yum -y install wget gcc bison make centos-release-scl - yum -y install devtoolset-8-gcc - yum -y install devtoolset-8-gcc-c++ - yum -y install devtoolset-8-binutils - mkdir -p /opt/release/ - - name: Build resolvconf v3.12.0 run: | + mkdir -p /opt/release/ wget https://github.com/rsmarples/openresolv/archive/openresolv-3.12.0.tar.gz tar xzvf openresolv-3.12.0.tar.gz cd openresolv-openresolv-3.12.0