diff --git a/.github/workflows/foundry-local-sdk-build.yml b/.github/workflows/foundry-local-sdk-build.yml index 5132381..3aee9fe 100644 --- a/.github/workflows/foundry-local-sdk-build.yml +++ b/.github/workflows/foundry-local-sdk-build.yml @@ -41,4 +41,17 @@ jobs: with: version: '0.9.0.${{ github.run_number }}' platform: 'macos' - secrets: inherit \ No newline at end of file + secrets: inherit + + build-cs-linux: + uses: ./.github/workflows/build-cs-steps.yml + with: + version: '0.9.0.${{ github.run_number }}' + platform: 'ubuntu' + secrets: inherit + build-js-linux: + uses: ./.github/workflows/build-js-steps.yml + with: + version: '0.9.0.${{ github.run_number }}' + platform: 'ubuntu' + secrets: inherit