Skip to content

improve: use GNUInstallDirs and add cmake/Findphmap.cmake #2395

improve: use GNUInstallDirs and add cmake/Findphmap.cmake

improve: use GNUInstallDirs and add cmake/Findphmap.cmake #2395

Workflow file for this run

---
name: Tests - Lua
on:
pull_request:
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 lua5.1 liblua5.1-0-dev
- name: Check out code.
uses: actions/checkout@main