Skip to content

Commit

Permalink
fix perf. workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Mar 26, 2024
1 parent 9fa65e1 commit cb64b66
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
with:
go-version: 1.20.14

- name: Setup Git for Windows' minimal SDK
uses: git-for-windows/setup-git-for-windows-sdk@v1

- name: Prepare
shell: powershell
run: |
Expand All @@ -95,8 +98,8 @@ jobs:
set GOHOSTARCH=amd64
set GOHOSTOS=windows
cd backend/
"C:\Program Files\Git\bin\git.exe" submodule init quicly-go
"C:\Program Files\Git\bin\git.exe" submodule update --init --recursive
git.exe submodule init quicly-go
git.exe submodule update --init --recursive
go generate
- name: Build Client
Expand Down

0 comments on commit cb64b66

Please sign in to comment.