Skip to content

Commit b68cfa1

Browse files
committed
chore: use fixed version of wails when building for macos
1 parent a17f34c commit b68cfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Install Wails
4444
- name: Install Wails
45-
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
45+
run: go install github.com/wailsapp/wails/v2/cmd/wails@v2.9.2
4646
shell: bash
4747

4848
# Build

0 commit comments

Comments
 (0)