Skip to content

Commit b2ba062

Browse files
authored
Update GitHub Actions workflow for driver build
1 parent b21a8cc commit b2ba062

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-driver.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ jobs:
1616
repository: vitoplantamura/MagicTrackpad2ForWindows
1717
ref: ossign
1818

19+
- name: Add msbuild to PATH
20+
uses: microsoft/setup-msbuild@v2
21+
1922
- name: Setup build environment
2023
uses: microsoft/setup-msbuild@v1.1
2124
with:
2225
vs-version: '2022'
2326

24-
2527
- name: Build driver
2628
shell: bash
2729
run: |
@@ -43,3 +45,4 @@ jobs:
4345
with:
4446
name: drivers
4547
path: drivers.zip
48+

0 commit comments

Comments
 (0)