From 52e0e3732386970e898b6346d08920f59c0685b9 Mon Sep 17 00:00:00 2001 From: jiaxiao zhou Date: Tue, 31 Oct 2023 16:42:41 +0000 Subject: [PATCH] ci: add build env to release job Signed-off-by: jiaxiao zhou --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 026c172f2..90edaa657 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,6 +109,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Setup build env + run: ./scripts/setup-linux.sh - name: Download artifacts if: ${{ needs.generate.outputs.runtime != 'wasm' }} uses: actions/download-artifact@master