actually checkout code
Some checks are pending
backend / docker (debian-bookworm) (push) Waiting to run
backend / docker (debian-trixie) (push) Successful in 2m26s

This commit is contained in:
kittentm 2026-05-08 00:55:42 +02:00
commit 66d4bc0771

View file

@ -14,7 +14,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
steps:
- name: Checkout
uses: actions/checkout@v6
- name: install docker???
run: |
apt update && apt install wget cmake -y && \