Skip to content

Commit

Permalink
Problem: proto-gen fails in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Apr 17, 2024
1 parent cae2cd5 commit 0290926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ endif
HTTPS_GIT := https://github.com/crypto-org-chain/cronos.git
protoVer=0.14.0
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace --user root $(protoImageName)

# ------
# NOTE: If you are experiencing problems running these commands, try deleting
Expand Down

0 comments on commit 0290926

Please sign in to comment.