Skip to content

Complain about "$" being a concatentated string #113

Complain about "$" being a concatentated string

Complain about "$" being a concatentated string #113

Workflow file for this run

name: Linux Build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: build
run: |
cmake ./
make -j4