Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: NaturalSelect <[email protected]>
  • Loading branch information
NaturalSelect committed Nov 25, 2023
1 parent c5973ad commit e57f430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: bash ./scripts/install_wasmedge.sh
- name: Install Protobuf
run: bash ./scripts/install_protobuf.sh
- name: Build
run: cargo build --release
- name: Show files
run: tree .
- name: Build
run: cargo build --release --out-dir docker/WasmServerless/release
- name: Build App Image
run: docker build -t wasm_serverless:v1 docker/WasmServerless

0 comments on commit e57f430

Please sign in to comment.