Skip to content

Pass a pointer to the SPTD struct as the output parameter too #15

Pass a pointer to the SPTD struct as the output parameter too

Pass a pointer to the SPTD struct as the output parameter too #15

Workflow file for this run

name: C++ CI (Windows)
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-win:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build with MSVC
shell: cmd
run: .github/workflow_build_windows.bat
- uses: actions/upload-artifact@v3
with:
name: cachex Windows
path: cachex.7z