mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
Fixed package manager update
This commit is contained in:
parent
b4db416707
commit
575a3aad8d
2
.github/workflows/shell.yml
vendored
2
.github/workflows/shell.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
container: docker://ubuntu:latest
|
||||
steps:
|
||||
- name: Update Package Manager
|
||||
run: apt-get DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y tzdata
|
||||
run: DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y tzdata
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get install -y net-tools
|
||||
|
Loading…
Reference in New Issue
Block a user