Skip to content

Commit

Permalink
unnecessary on self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ademar committed Sep 13, 2024
1 parent 9e26878 commit a544802
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-suave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: self-hosted

steps:
- name: Install httperf
run: sudo apt-get install -y httperf
#- name: Install httperf
# run: sudo apt-get install -y httperf
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.401
#- name: Setup .NET
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: 8.0.401
- name: Build
run: ./build.sh

0 comments on commit a544802

Please sign in to comment.