This commit is contained in:
parent
81a79f1d4d
commit
1d8e86ad17
@ -3,7 +3,7 @@ name: link
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
OAT_VERSION: "0.14.0"
|
OAT_VERSION: "0.14.1"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
link-linux:
|
link-linux:
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Link assets
|
- name: Link assets
|
||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: ubuntu:mantic
|
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user