Skip to content

main_ci_cd set back to win64 #165

main_ci_cd set back to win64

main_ci_cd set back to win64 #165

Workflow file for this run

name: main_ci_cd
#on: [push]
on:
push:
branches:
- '**'
jobs:
test:
uses: ./.github/workflows/test.yml
build-targets:
needs: test
uses: ./.github/workflows/build_targets.yml
with:
target: 'win64'