Skip to content

Windows CI

Windows CI #7

Workflow file for this run

name: OpenRV
on:
push:
branches:
- 'feature/**'
paths:
- .github/workflows/ci.yml
pull_request:
branches:
- 'feature/**'
paths:
- .github/workflows/ci.yml
jobs:
windows:
runs-on: windows-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Set up Perl
run: |
choco install strawberryperl
- name: perl -V
run: perl -V