From 87b2d65c263cab62324a38e4386b826a9345971a Mon Sep 17 00:00:00 2001 From: Prathik Rao Date: Mon, 9 Mar 2026 10:49:01 -0700 Subject: [PATCH] ubuntu --- .github/workflows/foundry-local-sdk-build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/foundry-local-sdk-build.yml b/.github/workflows/foundry-local-sdk-build.yml index 1190ac90..72c6724f 100644 --- a/.github/workflows/foundry-local-sdk-build.yml +++ b/.github/workflows/foundry-local-sdk-build.yml @@ -56,4 +56,17 @@ jobs: with: version: '0.9.0.${{ github.run_number }}' platform: 'macos' + secrets: inherit + + build-cs-ubuntu: + uses: ./.github/workflows/build-cs-steps.yml + with: + version: '0.9.0.${{ github.run_number }}' + platform: 'ubuntu' + secrets: inherit + build-js-ubuntu: + uses: ./.github/workflows/build-js-steps.yml + with: + version: '0.9.0.${{ github.run_number }}' + platform: 'ubuntu' secrets: inherit \ No newline at end of file