Skip to content

Commit

Permalink
WIP: github: Skip installing the WDK
Browse files Browse the repository at this point in the history
This should allow running the tests on Ubuntu 24.04.
  • Loading branch information
mstorsjo committed Jan 7, 2025
1 parent 33827f6 commit a862ab2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ env:

jobs:
test-msvc-wine-linux:
# wdk-download.sh doesn't work on ubuntu 24.04 (ubuntu-latest)
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Install prerequisites
run: |
Expand Down

0 comments on commit a862ab2

Please sign in to comment.