Skip to content

Commit

Permalink
tmp: ci debug
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Feb 22, 2024
1 parent 62443e6 commit 62733f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- uses: dtolnay/rust-toolchain@stable

- run: rustup show

- uses: bufbuild/[email protected]
with:
version: 1.28.0
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ build.rust:
generate.internal-contracts-clients: node_modules
for indir in $(INTERNAL_COSMWASM_CONTRACTS) ; do \
echo "> Generating client for $${indir}" ; \
rm -fr $${indir}/schema ; \
(cd $${indir} && cargo schema && cd -) || exit 1 ; \
pkgname="$$(basename $${indir})" ; \
outdir="$(CONTRACTS_CLIENTS_DIR)/$${pkgname}" ; \
Expand Down
1 change: 0 additions & 1 deletion cosmwasm-contracts/nft-marketplace/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@
# IDEs
*.iml
.idea
.cargo/config

0 comments on commit 62733f7

Please sign in to comment.