build: more docker tests
Some checks failed
link / Link assets on Linux (push) Failing after 19s

This commit is contained in:
6arelyFuture 2024-03-26 18:12:52 +01:00
parent 284c2469fc
commit f3a67a5140

View File

@ -22,7 +22,7 @@ jobs:
- name: Test Docker
uses: addnab/docker-run-action@v3
with:
image: ubuntu:noble
image: gcc:13
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}