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

This commit is contained in:
6arelyFuture 2024-06-30 10:56:24 +02:00
parent 8f0bff15aa
commit 35e43d1723

View File

@ -9,8 +9,15 @@ jobs:
link-linux:
name: Link assets on Linux
runs-on: ubuntu-latest
container:
image: ubuntu:noble
steps:
- name: Install dependencies
run: |
apt-get update
apt-get install -y git
- name: Check out files
uses: actions/checkout@v4
with:
@ -21,12 +28,8 @@ jobs:
token: ${{ secrets.SUBMODULE_PAT }}
- name: Link assets
uses: addnab/docker-run-action@v3
with:
image: ubuntu:noble
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
working-directory: ${{ github.workspace }}
run: |
cd ${{ github.workspace }}
export OAT_VERSION=${{ env.OAT_VERSION }}
export PRIVATE_FASTFILE_1=${{ secrets.PRIVATE_FASTFILE_1 }}
export PRIVATE_FASTFILE_2=${{ secrets.PRIVATE_FASTFILE_2 }}