Skip to content

Commit 53bf108

Browse files
committed
install EA into runner
1 parent 863d291 commit 53bf108

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/AddIn-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
- name: Setup MSBuild.exe
7474
uses: microsoft/setup-msbuild@v2
7575

76+
- name: Install Enterprise Architect
77+
run: |
78+
curl -L -o EA.msi "https://sparxsystems.com/bin/ea_demo.msi"
79+
msiexec /i EA.msi /quiet /norestart
80+
7681
# Execute all unit tests in the solution
7782
#- name: Execute unit tests
7883
# run: dotnet test

0 commit comments

Comments
 (0)