Skip to content

Commit

Permalink
debug perf. workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Mar 30, 2024
1 parent 8f17e32 commit 5c4206a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
REMOTE_GATEWAY: ${{ inputs.server_public_address }}
LISTEN_ADDRESS: ${{ inputs.client_listen_address }}
steps:
- name: Fix permissions
shell: powershell
run: |
git config --global --add safe.directory ${{github.workspace}}
- uses: actions/checkout@v4
with:
clean: true
Expand All @@ -77,7 +72,7 @@ jobs:
go-version: 1.20.14

- name: Set up CMake
uses: actions/setup-cmake@v4
uses: jwlawson/actions-setup-cmake@v1.14
with:
cmake-version: '3.22.x'

Expand Down

0 comments on commit 5c4206a

Please sign in to comment.