diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6cc710..96e34d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - nightly-version-support # TODO: Remove after testing pull_request: jobs: diff --git a/lib/utils.bash b/lib/utils.bash index c51ff34..627c9d7 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -3,8 +3,7 @@ set -euo pipefail GH_REPO="https://github.com/foundry-rs/starknet-foundry" -# TODO: Update this to the correct repo for nightlies -GH_NIGHTLIES_REPO="https://github.com/ddoktorski/starknet-foundry-nightlies" +GH_NIGHTLIES_REPO="https://github.com/foundry-rs/starknet-foundry-nightlies" TOOL_NAME="starknet-foundry" TOOL_TEST="snforge --version && sncast --version"