chore: bump OAT
All checks were successful
link / Link assets on Linux (push) Successful in 34s

This commit is contained in:
6arelyFuture 2024-09-11 14:56:42 +00:00
parent a2cad424bd
commit 092b8d73fd

View File

@ -3,7 +3,7 @@ name: link
on: [push] on: [push]
env: env:
OAT_VERSION: "0.14.1" OAT_VERSION: "0.16.3"
jobs: jobs:
link-linux: link-linux:
@ -21,7 +21,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 }}