mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +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
|
.PHONY: deps libbacktrace
|
||||||
|
|
||||||
FOUNDRY_VERSION := 1.5.0
|
FOUNDRY_VERSION := 1.4.2
|
||||||
|
|
||||||
rustup:
|
rustup:
|
||||||
ifeq (, $(shell which cargo))
|
ifeq (, $(shell which cargo))
|
||||||
|
|||||||
@ -34,7 +34,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run foundryup to install the required version
|
# 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..."
|
echo "Installing Foundry tools version $REQUIRED_FOUNDRY_VERSION..."
|
||||||
foundryup --install "$REQUIRED_FOUNDRY_VERSION"
|
foundryup --install "$REQUIRED_FOUNDRY_VERSION"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user