Browse Source

Install .net framework 4.8 in action runner (for debugger visualizer compilation)

pull/910/head
Canming Huang 2 years ago
parent
commit
385841512e
  1. 7
      .github/workflows/windows.yml

7
.github/workflows/windows.yml

@ -19,6 +19,13 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
4.8.x # debugger visualizer
7.0.x # others
- name: Install dotnet workload
run: dotnet workload install maui maccatalyst
#- name: Check out submodules
# run: git submodule update --init --recursive
- name: Build Emgu CV 32-bit native binary

Loading…
Cancel
Save