Skip to content

Commit

Permalink
fix cache cleanup, abort on build error
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Apr 3, 2024
1 parent 2047b36 commit 7087cfc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: vm-client
steps:
- name: Install the github cli
uses: ksivamuthu/actions-setup-gh-cli@2
uses: ksivamuthu/actions-setup-gh-cli@v2
with:
version:
2.24.3
Expand Down Expand Up @@ -118,8 +118,6 @@ jobs:
$config = $config.replace('<QPEP_BACKEND>','${{ inputs.backend }}')
$config = $config.replace('<QPEP_CCA>','${{ inputs.cca }}')
$config > ./build/config/qpep.yml
write-host '${{ inputs.server_public_address }}'
write-host '${{ inputs.client_listen_address }}'
write-host $config
Copy-Item "./windivert/x64/*" -Destination "./build"
Expand Down

0 comments on commit 7087cfc

Please sign in to comment.