Skip to content

src: fix warning w.r.t. PtrAddEvent() #7

src: fix warning w.r.t. PtrAddEvent()

src: fix warning w.r.t. PtrAddEvent() #7

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install Build Dependencies
run: |
brew install libvncserver
- name: Build
run: |
mkdir build
cd build
cmake ..
cmake --build .