Skip to content

Working video source selection #5

Working video source selection

Working video source selection #5

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
build_on_mac:
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
with:
ref: master
- uses: actions/setup-node@master
with:
node-version: 20.18.0
- name: see directory
run: ls
build_on_win:
runs-on: windows-2016
steps:
- uses: actions/checkout@master
with:
ref: feature/github-actions
- uses: actions/setup-node@master
with:
node-version: 20.18.0
- name: see directory
run: ls