From b4d20ce486b1df7073be3e5c5ea019ab583ca33e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Grill?= Date: Mon, 19 Aug 2024 19:24:49 +0200 Subject: [PATCH] winrt-go fork inside working dir --- .github/workflows/go.yml | 3 +-- go.mod | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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