ubuntu build workflow

This commit is contained in:
Kelvin Sherlock 2025-02-01 19:28:53 -05:00
parent 97260af061
commit 432b9b22ab

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- name: apt-get
run: sudo apt-get install ragel
run: sudo apt-get install ragel libreadline-dev
- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build