Skip to content

fix: position after try to cross bridge #13733

fix: position after try to cross bridge

fix: position after try to cross bridge #13733

Workflow file for this run

---
name: Tests - Lua
on:
pull_request:
merge_group:
push:
branches:
- main
jobs:
job:
name: Run Lua Tests
runs-on: ubuntu-latest
steps:
- name: Update
run: sudo apt-get update
- name: Setup Lua
run: sudo apt-get install -y libluajit-5.1-dev
- name: Check out code.
uses: actions/checkout@main