Skip to content

Commit af9e7b0

Browse files
authored
Update msbuild_arm64.yaml
1 parent 8c33334 commit af9e7b0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/msbuild_arm64.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name: MSBuild_ARM64
77

88
on:
99
push:
10+
branches: [ "master", "new-build-system", "new-build-system-no-pr" ]
11+
pull_request:
1012
branches: [ "master" ]
1113

1214
env:
@@ -44,7 +46,11 @@ jobs:
4446
- name: Restore NuGet packages
4547
working-directory: ${{env.GITHUB_WORKSPACE}}
4648
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
47-
49+
50+
- name: Fetch Firebird headers (required by .vcxproj include paths)
51+
working-directory: ${{env.GITHUB_WORKSPACE}}
52+
run: cmake -B build -DBUILD_TESTING=OFF
53+
4854
- name: Build
4955
working-directory: ${{env.GITHUB_WORKSPACE}}
5056
# Add additional options to the MSBuild command line here (like platform or verbosity level).

0 commit comments

Comments
 (0)