getting rid of docker install

This commit is contained in:
Mootfrost777 2023-10-20 20:55:09 +03:00
parent cee9a25153
commit e61b8c2d17

View file

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