Skip to content

Fix "expressions" not having the expression (and only having the tran… #84

Fix "expressions" not having the expression (and only having the tran…

Fix "expressions" not having the expression (and only having the tran… #84

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/[email protected]
- name: Install dependencies
run: |
sudo apt-get install cmake qt6-base-dev libgl1-mesa-dev
- name: Build
run: |
mkdir build
cd build
cmake ..
make