From b54f0fa3663fae9caa3bd887ccbfa76e4a7f934d Mon Sep 17 00:00:00 2001 From: Caleb Herpin Date: Wed, 28 Jul 2021 23:46:47 -0500 Subject: [PATCH] Fixed shell yml --- .github/workflows/shell.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 25cacfa0..06484c3d 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -1,4 +1,4 @@ -name: Civet_Linux +name: Shell on: push: @@ -10,12 +10,12 @@ on: jobs: build: - runs-on: ubuntu-18.04 - container: docker://ubuntu:latest - - name: Update Package Manager - run: apt-get DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y tzdata - - name: Install dependencies - run: | - apt-get install -y net-tools - - name: Test connection - run: ping 8.8.8.8 \ No newline at end of file + runs-on: ubuntu-18.04 + container: docker://ubuntu:latest + - name: Update Package Manager + run: apt-get DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y tzdata + - name: Install dependencies + run: | + apt-get install -y net-tools + - name: Test connection + run: ping 8.8.8.8 \ No newline at end of file