Skip to content

Commit

Permalink
Fix origin/main tag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Jun 21, 2023
1 parent ea48fe7 commit 10d119c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-blst-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
pull_request:
branches:
- '**'
push:
branches:
- '**'
schedule:
- cron: "0 11 * * *"
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ else ()
# This is currently anchored to upstream aecdcae7956f542fbee2392c1f0feb0a8ac41dc5
set(BLST_GIT_TAG "a8cd361c9f671577aeab3f074098443af92a53fc")
endif ()
set(BLST_REPOSITORY "https://github.com/supranational/blst")
set(BLST_REPOSITORY "https://github.com/supranational/blst.git")

message(STATUS "blst will be built from: ${BLST_GIT_TAG} and repository ${BLST_REPOSITORY}")

Expand Down

0 comments on commit 10d119c

Please sign in to comment.