mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
revert to older verison of Anvil for rln tests and anvil_install fix
This commit is contained in:
parent
73fef00231
commit
cfa7f51bb1
2
Makefile
2
Makefile
@ -119,7 +119,7 @@ endif
|
||||
##################
|
||||
.PHONY: deps libbacktrace
|
||||
|
||||
FOUNDRY_VERSION := 1.5.0
|
||||
FOUNDRY_VERSION := 1.4.2
|
||||
|
||||
rustup:
|
||||
ifeq (, $(shell which cargo))
|
||||
|
||||
@ -34,7 +34,7 @@ else
|
||||
fi
|
||||
|
||||
# Run foundryup to install the required version
|
||||
if [ -n "$git" ]; then
|
||||
if [ -n "$REQUIRED_FOUNDRY_VERSION" ]; then
|
||||
echo "Installing Foundry tools version $REQUIRED_FOUNDRY_VERSION..."
|
||||
foundryup --install "$REQUIRED_FOUNDRY_VERSION"
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user