Skip to content

Commit 3309616

Browse files
committed
Ran latest codegen and removed codegen steps from ci/cd.
1 parent 4fe6dfe commit 3309616

File tree

3 files changed

+8
-19
lines changed

3 files changed

+8
-19
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ jobs:
3838
cp binaryen-version_110/bin/wasm-opt /usr/local/bin
3939
rm -Rf binaryen-version_110
4040
41-
- name: Install tinyjson
42-
run: go install github.com/CosmWasm/tinyjson/...@latest
43-
44-
- name: Install Apex CLI
45-
run: |
46-
wget -q https://apexlang.io/install.sh -O - | /bin/bash
47-
apex install @wapc/codegen
48-
49-
- name: Apex code generation
50-
run: apex generate
51-
5241
- name: Build WebAssembly parser
5342
run: |
5443
tinygo build -o apex-parser.wasm -scheduler=none -target=wasi -wasm-abi=generic -no-debug cmd/apex-api/main.go

model/msgpack.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model/wapc.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)