Skip to content

Commit

Permalink
fix amd build action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkondrashin committed Mar 6, 2024
1 parent b538d57 commit 768c1e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.21.5


- name: Config git
run: git config --global url.https://$DDAN_FOR_SANDBOXER@github.com/.insteadOf https://github.com/

- name: Install Fyne
run: go install fyne.io/fyne/v2/cmd/fyne@latest

Expand Down

0 comments on commit 768c1e7

Please sign in to comment.