We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d5158 commit 00773a0Copy full SHA for 00773a0
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