Skip to content

Commit

Permalink
Merge pull request #375 from Mossaka/build-env
Browse files Browse the repository at this point in the history
ci: add build env to release job
  • Loading branch information
Mossaka authored Oct 31, 2023
2 parents 50ae2f2 + 52e0e37 commit a13f12b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a13f12b

Please sign in to comment.