Gitea actions experiments

This commit is contained in:
Mootfrost777 2023-10-20 20:31:35 +03:00
parent 6edc697f13
commit b6622118d5

View file

@ -5,6 +5,8 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-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