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:
|
||||
docker:
|
||||
runs-on: [debian-trixie, debian-bookworm]
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [debian-trixie, debian-bookworm]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
- name: install docker???
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue