Add examples/bridge-app/linux to CI (#4988)

We never added this, leading to the build breaking as described in
#4986. Add this to the Linux examples build.
diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml
index da3935a..8c8dc82 100644
--- a/.github/workflows/examples-linux-standalone.yaml
+++ b/.github/workflows/examples-linux-standalone.yaml
@@ -61,6 +61,9 @@
               run:
                   scripts/examples/gn_build_example.sh examples/all-clusters-app/linux
                   out/all_clusters_debug chip_bypass_rendezvous=true
+            - name: Build example Standalone Bridge
+              run:
+                  scripts/examples/gn_build_example.sh examples/bridge-app/linux out/bridge_debug
             - name: Binary artifact suffix
               id: outsuffix
               uses: haya14busa/action-cond@v1.0.0
@@ -75,6 +78,8 @@
                       ${{ env.BUILD_TYPE }}-example-build-${{
                       steps.outsuffix.outputs.value }}
                   path: |
+                      out/all_clusters_debug/all-clusters-server
+                      out/bridge_debug/bridge-app-server
                       out/chip_tool_debug/chip-tool
                       out/shell_debug/chip-shell
             - name: Remove third_party binaries for CodeQL Analysis