Skip to content

Commit

Permalink
Fix k-NN plugin build (#619)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia authored Apr 24, 2024
1 parent 896fa4d commit 468c8d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
with:
path: client

# k-NN build requires git user to be set
- name: Setup git user
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
Expand Down

0 comments on commit 468c8d9

Please sign in to comment.