Skip to content

Commit

Permalink
Removed linux certs on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz committed Jan 30, 2025
1 parent f50fcae commit c242c47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
global-json-file: global.json
- name: Add .NET tools to PATH
run: echo "/github/home/.dotnet/tools" >> $GITHUB_PATH
- name: Install .NET HTTPS Development Certificate
run: |
dotnet tool update -g linux-dev-certs
dotnet linux-dev-certs install
# - name: Install .NET HTTPS Development Certificate
# run: |
# dotnet tool update -g linux-dev-certs
# dotnet linux-dev-certs install
- name: Build .NET Solution
run: dotnet build
- name: Install Playwright Browsers
Expand Down

0 comments on commit c242c47

Please sign in to comment.