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