diff --git a/.github/workflows/publish-js.yml b/.github/workflows/publish-js.yml index 1be9c7f..72624e3 100644 --- a/.github/workflows/publish-js.yml +++ b/.github/workflows/publish-js.yml @@ -46,6 +46,9 @@ jobs: - name: Git Checkout uses: actions/checkout@v4 + - name: Setup Environment + uses: solana-program/actions/setup-ubuntu@main + - name: Compute variables id: compute shell: bash diff --git a/.github/workflows/publish-rust.yml b/.github/workflows/publish-rust.yml index 48fed4c..7ac56a6 100644 --- a/.github/workflows/publish-rust.yml +++ b/.github/workflows/publish-rust.yml @@ -51,6 +51,9 @@ jobs: - name: Git Checkout uses: actions/checkout@v4 + - name: Setup Environment + uses: solana-program/actions/setup-ubuntu@main + - name: Compute variables id: compute shell: bash