chore: Go back to rc.5 to fix the mac os CI

This commit is contained in:
Quentin Bourgerie
2022-10-10 11:22:22 +02:00
parent 637a004529
commit fe7cdf9d11

View File

@@ -19,7 +19,7 @@ HPX_TARBALL=$(shell pwd)/hpx-$(HPX_VERSION).tar.gz
HPX_LOCAL_DIR=$(shell pwd)/hpx-$(HPX_VERSION)
HPX_INSTALL_DIR?=$(HPX_LOCAL_DIR)
CONCRETE_CORE_FFI_VERSION?=0.2.0-rc.7
CONCRETE_CORE_FFI_VERSION?=0.2.0-rc.5
ifeq ($(shell uname), Linux)
CONCRETE_CORE_FFI_TARBALL=concrete-core-ffi_$(CONCRETE_CORE_FFI_VERSION)_linux_amd64.tar.gz
else