This commit is contained in:
Mootfrost777 2023-10-20 20:44:58 +03:00
parent 719643182e
commit 49a38e4d96

View file

@ -5,6 +5,8 @@ jobs:
build: build:
runs-on: catthehacker/ubuntu:act-latest runs-on: catthehacker/ubuntu:act-latest
steps: steps:
- name: install docker
run: curl -fsSL https://get.docker.com | sh
- -
name: checkout name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4