mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 15:33:08 +00:00
revert to older verison of Anvil for rln tests and anvil_install fix
This commit is contained in:
parent
4c701ffcc4
commit
676f3f343f
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