From f74e6d11a614fe2ada6e0984e6f2ca846f065742 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 6 Feb 2020 11:33:56 +0000 Subject: [PATCH] updated ci_centos.yaml --- .github/workflows/ci_centos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_centos.yaml b/.github/workflows/ci_centos.yaml index 1d9e5c9a..9bfbe80a 100644 --- a/.github/workflows/ci_centos.yaml +++ b/.github/workflows/ci_centos.yaml @@ -29,7 +29,7 @@ jobs: #name: build timeout-minutes: 10 runs-on: ubuntu-latest - container: harisekhon/centos-dev + container: centos steps: # untars repo in docker container so git submodule update fails #- uses: actions/checkout@v2