Skip to content

Commit

Permalink
Use Git instead of GitHub CLI, which requires a token
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Oct 30, 2024
1 parent 82fd168 commit e6a4325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
gh repo clone https://github.com/libgit2/libgit2.git
git clone https://github.com/libgit2/libgit2.git
mkdir -p libgit2/build && cd libgit2/build
cmake .. -DBUILD_SHARED_LIBS=OFF
cmake --build .
Expand Down

0 comments on commit e6a4325

Please sign in to comment.