This commit is contained in:
parent
8f0bff15aa
commit
35e43d1723
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user