Add install C compiler to build-frontend stage
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Failing after 5m34s
Podman Rootless Demo / deploy-prod (push) Has been skipped
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Failing after 5m34s
Podman Rootless Demo / deploy-prod (push) Has been skipped
This commit is contained in:
parent
267f980642
commit
fb4c2db1f9
1 changed files with 5 additions and 0 deletions
|
|
@ -232,6 +232,11 @@ jobs:
|
||||||
mv wasm-pack-v0.13.1-x86_64-unknown-linux-musl/wasm-pack /usr/local/bin/
|
mv wasm-pack-v0.13.1-x86_64-unknown-linux-musl/wasm-pack /usr/local/bin/
|
||||||
chmod +x /usr/local/bin/wasm-pack
|
chmod +x /usr/local/bin/wasm-pack
|
||||||
|
|
||||||
|
- name: Install C compiler for WASM build
|
||||||
|
run: |
|
||||||
|
# Install minimal C compiler for Rust build dependencies
|
||||||
|
apk add --no-cache musl-dev gcc
|
||||||
|
|
||||||
- name: Build WASM module
|
- name: Build WASM module
|
||||||
run: |
|
run: |
|
||||||
export HOME=/root
|
export HOME=/root
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue