mirror of
https://github.com/nasa/trick.git
synced 2024-12-23 15:02:25 +00:00
Added steps to shell
This commit is contained in:
parent
b54f0fa366
commit
b4db416707
1
.github/workflows/shell.yml
vendored
1
.github/workflows/shell.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
container: docker://ubuntu:latest
|
container: docker://ubuntu:latest
|
||||||
|
steps:
|
||||||
- name: Update Package Manager
|
- name: Update Package Manager
|
||||||
run: apt-get DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y tzdata
|
run: apt-get DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y tzdata
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user