Skip to content

Conversation

@wilfwilson
Copy link
Collaborator

@wilfwilson wilfwilson commented Sep 20, 2025

I like this for now. We can always go back to downloading a hardcoded specific tarball from one of the releases at the git repo https://github.com/digraphs/digraphs-lib/releases, or checking out a specific tag/branch.

@wilfwilson wilfwilson added the ci Issues/PRs related to continuous integration (Azure Pipelines, GitHub Actions, AppVeyor, Codecov) label Sep 20, 2025
run: |
curl --retry 5 -L -O "https://digraphs.github.io/Digraphs/${{ env.DIGRAPHS_LIB }}.tar.gz"
tar xf "${{ env.DIGRAPHS_LIB }}.tar.gz"
run: git clone https://github.com/digraphs/digraphs-lib.git
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we could also use actions/checkout@v5 here, with the path digraphs-lib. But this seems fine.

@wilfwilson wilfwilson changed the base branch from stable-1.12 to main September 25, 2025 21:28
@james-d-mitchell james-d-mitchell merged commit 21fd4c5 into digraphs:main Sep 26, 2025
33 checks passed
@james-d-mitchell
Copy link
Member

Thanks @wilfwilson !

@wilfwilson wilfwilson deleted the clone-digraphs-lib branch September 26, 2025 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Issues/PRs related to continuous integration (Azure Pipelines, GitHub Actions, AppVeyor, Codecov)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Have a URL for digraphs-lib that does not include the version number?

2 participants