diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 49628dc..24d1206 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 with: repository: balazsgrill/winrt-go - path: ../winrt-go + path: winrt-go - name: enable Projection FS run: Enable-WindowsOptionalFeature -Online -FeatureName Client-ProjFS -NoRestart @@ -33,7 +33,6 @@ jobs: - name: Get tools run: | go install github.com/akavel/rsrc@latest - go install github.com/saltosystems/winrt-go/cmd/winrt-go-gen@latest - name: Test run: go test -v ./... diff --git a/go.mod b/go.mod index c5c1bb1..2314b52 100644 --- a/go.mod +++ b/go.mod @@ -29,4 +29,4 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect ) -replace github.com/saltosystems/winrt-go => ../winrt-go \ No newline at end of file +replace github.com/saltosystems/winrt-go => ./winrt-go \ No newline at end of file