1 parent 53bf108 commit d4e70cdCopy full SHA for d4e70cd
1 file changed
.github/workflows/AddIn-build.yml
@@ -73,11 +73,6 @@ jobs:
73
- name: Setup MSBuild.exe
74
uses: microsoft/setup-msbuild@v2
75
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
-
81
# Execute all unit tests in the solution
82
#- name: Execute unit tests
83
# run: dotnet test
0 commit comments