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 857929f commit 38e1352
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,16 @@ jobs:
REMOTE_GATEWAY: ${{ inputs.server_public_address }}
LISTEN_ADDRESS: ${{ inputs.client_listen_address }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
clean: true
submodules: true

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.14

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

- name: Prepare
shell: powershell
run: |
Expand All @@ -98,8 +96,6 @@ jobs:
set GOHOSTARCH=amd64
set GOHOSTOS=windows
cd backend/
git.exe submodule init quicly-go
git.exe submodule update --init --recursive
go generate
- name: Build Client
Expand Down

0 comments on commit 38e1352

Please sign in to comment.