Skip to content

Commit

Permalink
Try fix with vs2022
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Dec 11, 2023
1 parent 815b5ba commit 886f264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ on:
branches: [ main ]
paths:
- .github/workflows/plugins.yml
- src/plugins/*
- src/plugins/**
pull_request:
branches: [ main ]
paths:
- .github/workflows/plugins.yml
- src/plugins/*
- src/plugins/**

permissions: read-all

jobs:
build_dbgext:
name: Build WinDbg Extension
runs-on: windows-2019 # TODO - Need to figure out why -2022 doesn't have the prerequisites
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 886f264

Please sign in to comment.