forked from spacebar/SplatNet-Backend
i cant read
This commit is contained in:
parent
cc30baa5f0
commit
0e082c65d2
1 changed files with 6 additions and 4 deletions
|
|
@ -7,10 +7,12 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: [debian-trixie, debian-bookworm]
|
strategy:
|
||||||
steps:
|
fail-fast: false
|
||||||
- name: checkout
|
matrix:
|
||||||
uses: actions/checkout@v6
|
os: [debian-trixie, debian-bookworm]
|
||||||
|
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
- name: install docker???
|
- name: install docker???
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue