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

This commit is contained in:
6arelyFuture 2024-06-04 20:33:10 +00:00
parent 81a79f1d4d
commit 1d8e86ad17

View File

@ -3,7 +3,7 @@ name: link
on: [push]
env:
OAT_VERSION: "0.14.0"
OAT_VERSION: "0.14.1"
jobs:
link-linux:
@ -27,7 +27,7 @@ jobs:
- name: Link assets
uses: addnab/docker-run-action@v3
with:
image: ubuntu:mantic
image: ubuntu:noble
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}