build: use debian
Some checks failed
link / Link assets on Linux (push) Failing after 18s

This commit is contained in:
6arelyFuture 2024-03-30 20:43:47 +00:00
parent 16118150d9
commit d39857c8eb

View File

@ -26,7 +26,7 @@ jobs:
- name: Link assets
uses: addnab/docker-run-action@v3
with:
image: ubuntu:noble
image: debian:bookworm
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}