-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TMP: Remove compiler option in build workflow (to see if it compiles …
…in CI as it is)
- Loading branch information
1 parent
d6d3c14
commit 41cb264
Showing
2 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ tasks: | |
install: | ||
cmds: | ||
- echo "Installing dependencies" | ||
- cmd: go install github.com/wailsapp/wails/v2/cmd/wails@latest | ||
- cmd: sudo apt update -y && sudo apt install -y libgtk-3-dev libwebkit2gtk-4.0-dev javascriptcoregtk-4.1-dev build-essential pkg-config | ||
platforms: [linux] | ||
ignore_error: true | ||
- cmd: go install github.com/wailsapp/wails/v3/cmd/wails3@latest | ||
- cmd: go install github.com/go-swagger/go-swagger/cmd/swagger@latest | ||
- cmd: go install golang.org/x/tools/cmd/stringer@latest | ||
- cmd: go install go.uber.org/mock/[email protected] | ||
- cmd: sudo apt update && sudo apt install -y libgtk-3-0 libwebkit2gtk-4.0-dev | ||
platforms: [linux] | ||
ignore_error: true | ||
|
||
install-dev: | ||
cmds: | ||
|