Skip to content

Fixed ldvc_ipc for Linux build. #7

Fixed ldvc_ipc for Linux build.

Fixed ldvc_ipc for Linux build. #7

Workflow file for this run

name: Build Test
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21.2'
- name: Use CMake Action
uses: threeal/[email protected]
- name: Install Qrepo
run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/nthnn/Qrepo/master/support/install.sh)"
- name: CMake Build
run: qrepo run build