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

This commit is contained in:
6arelyFuture 2024-03-26 18:15:59 +01:00
parent f3a67a5140
commit b226aaa33f

View File

@ -3,7 +3,7 @@ name: link
on: [push]
env:
OAT_VERSION: "0.10.0"
OAT_VERSION: "0.8.3"
jobs:
link-linux:
@ -22,7 +22,7 @@ jobs:
- name: Test Docker
uses: addnab/docker-run-action@v3
with:
image: gcc:13
image: ubuntu:noble
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}