Skip to content

[#66] Change references to pointers in View abstractions #352

[#66] Change references to pointers in View abstractions

[#66] Change references to pointers in View abstractions #352

Workflow file for this run

name: "Windows"
on:
push:
branches: [ master, '*-ci' ]
pull_request:
branches: [ master, '*-ci' ]
workflow_dispatch:
jobs:
extension:
uses: "./.github/workflows/build_windows_extension.yml"
cpp:
needs: [extension]
uses: "./.github/workflows/build_windows_cpp.yml"