bah
Some checks failed
/ example-docker-compose (push) Failing after 10m28s

This commit is contained in:
Failure 2024-11-14 23:20:09 -08:00
parent 9665961c0b
commit 818108dd91

View file

@ -11,8 +11,8 @@ jobs:
steps:
- name: Install prerequisites
run: |
apt update
apt install openjdk-8-jdk git maven
apt-get update
apt-get -y install git nodejs
- uses: actions/checkout@v3