Skip to content

fix(windows): Get hostname from SRV record instead of assembling it #5

fix(windows): Get hostname from SRV record instead of assembling it

fix(windows): Get hostname from SRV record instead of assembling it #5

Workflow file for this run

name: Pull Requests
on:
pull_request:
branches: [ '**' ]
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
secrets: inherit
test:
name: Cargo Test
uses: ./.github/workflows/test.yml
secrets: inherit