Skip to content

Commit

Permalink
always use latest version during buiding binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Winterreisender committed Jan 25, 2023
1 parent a0c0928 commit ca163c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binary-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: webview-linux-${{ matrix.arch }}
path: ./source/build/linux/${{ matrix.arch }}/release
path: ./source/build/linux/${{ matrix.arch }}/release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Build shared binary libs for [webview](https://github.com/webview/webview) using

| | Windows | Linux | macOS |
| ------ | ------- | ----- | ----- |
| x64 ||||
| x86_64 ||||
| arm64 ||||
| x86_32 || | - |

Expand Down
2 changes: 1 addition & 1 deletion source/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
add_repositories("webview-xmake ..")

add_requires("webview 20230123")
add_requires("webview")
if is_plat("linux") then
add_requires("pkgconfig::gtk+-3.0", "pkgconfig::webkit2gtk-4.0", {system = true})
end
Expand Down

0 comments on commit ca163c1

Please sign in to comment.