Skip to content

test2

test2 #4

Workflow file for this run

name: test2
on:
workflow_dispatch:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- name: install qt static
uses: anthepro/install-qt-static@v1
with:
version: 6.5.2
configure-args: -opensource -opengl desktop
submodules: qtbase,qtshadertools,qtdeclarative
- name: build
run: |
cd CaptureStream2-Rad
cmake -S ./ -B ./
make
- uses: actions/upload-artifact@v4
with:
name: CaptureStream2-Rad
path: ./