Skip to content

Commit

Permalink
der, no unix sockets on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cablehead committed May 16, 2024
1 parent bbb865e commit 9c92e41
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install curl on Windows
if: runner.os == 'Windows'
run: choco install curl
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 9c92e41

Please sign in to comment.