Added steps to shell

This commit is contained in:
Caleb Herpin 2021-07-28 23:48:30 -05:00
parent b54f0fa366
commit b4db416707

View File

@ -12,6 +12,7 @@ jobs:
build:
runs-on: ubuntu-18.04
container: docker://ubuntu:latest
steps:
- name: Update Package Manager
run: apt-get DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y tzdata
- name: Install dependencies