From 6a097591e333b862d4f06f61c4624fec3c8d060e Mon Sep 17 00:00:00 2001 From: Rigidity Date: Wed, 21 Aug 2024 13:59:45 -0400 Subject: [PATCH] Rename to dependencies --- .github/workflows/rust.yml | 2 +- install-offline.sh => install-dependencies.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename install-offline.sh => install-dependencies.sh (100%) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1f6d29260..aa212a695 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -62,7 +62,7 @@ jobs: - name: Prepare for publish run: | - sh install-offline.sh + sh install-dependencies.sh mkdir rust-bindings/cpp cp -r src lib tests uint128_t python-bindings c-bindings CMakeLists.txt thirdparty rust-bindings/cpp diff --git a/install-offline.sh b/install-dependencies.sh similarity index 100% rename from install-offline.sh rename to install-dependencies.sh