We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91b1f52 + a22463f commit ff80fc2Copy full SHA for ff80fc2
1 file changed
.github/workflows/lazarustestWindows.yml
@@ -29,6 +29,9 @@ jobs:
29
30
- name: Build Indy package on Windows
31
run: lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySockets.lpk"
32
+
33
+ - name: Build Taurus package on Linux
34
+ run: lazbuild -B "CORE/Packages/Lazarus/Connectors/Indy/RESTDWIndySocketsTaurus.lpk"
35
36
- name: Build ShellServices package on Windows
37
run: lazbuild -B "CORE/Packages/Lazarus/ShellTools/RESTDWShellServices.lpk"
0 commit comments