Skip to content

upgrade to using isosolfs release 1.0 #7

upgrade to using isosolfs release 1.0

upgrade to using isosolfs release 1.0 #7

name: isoextract-win-x64
# Per-architecture compile + test for win-x64. Thin wrapper that delegates to the reusable
# base workflow (compile.yaml).
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/compile-win-x64.yaml'
- '.github/workflows/compile.yaml'
- 'src/**'
- 'build.sh'
- 'tests/data/**'
jobs:
compile:
uses: ./.github/workflows/compile.yaml
with:
rid: win-x64
os: windows-latest