Skip to content

Commit cb87b8d

Browse files
committed
Merge branch 'develop' of https://github.com/guryanovev/CrystalQuartz into develop
2 parents 4ccdda2 + 19216d5 commit cb87b8d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ jobs:
1616
2.0.x
1717
2.1.x
1818
7.x
19+
- name: Download 461 targeting pack
20+
uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
21+
id: downloadfile # Remember to give an ID if you need the output filename
22+
with:
23+
url: "https://download.microsoft.com/download/F/1/D/F1DEB8DB-D277-4EF9-9F48-3A65D4D8F965/NDP461-DevPack-KB3105179-ENU.exe"
24+
target: public/
25+
- name: Install targeting pack
26+
shell: cmd
27+
working-directory: public
28+
run: NDP461-DevPack-KB3105179-ENU.exe /q
1929
- name: Setup NodeJS
2030
uses: actions/setup-node@v3
2131
- name: Setup NuGet

0 commit comments

Comments
 (0)