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