Auto-update boost_sml to v1.1.11 (#3874)

* Update boost_sml to v1.1.11

* try using macos x86, fix toolchain not found

* Update mingw_macos.yml

* revert

* bisection 2.9.0

* Update mingw_macos.yml

* use test branch

* Update mingw_macos.yml

* Update mingw_macos.yml

* Update mingw_macos.yml

* Update mingw_macos.yml

* Update mingw_macos.yml

* Update mingw_macos.yml

* Update mingw_macos.yml

---------

Co-authored-by: c8ef <c8ef@outlook.com>
pull/3890/head
ruki 7 months ago committed by GitHub
parent b78eb7d5e2
commit 76af777410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/mingw_macos.yml
  2. 1
      packages/b/boost_sml/xmake.lua

@ -32,4 +32,3 @@ jobs:
- name: Tests
run: |
xmake l ./scripts/test.lua -D -p mingw -a ${{ matrix.arch }} -k ${{ matrix.kind }}

@ -7,6 +7,7 @@ package("boost_sml")
add_urls("https://github.com/boost-ext/sml/archive/refs/tags/$(version).tar.gz",
"https://github.com/boost-ext/sml.git")
add_versions("v1.1.11", "8773efd639ce9649dc449135c8c53232e1cb5f4037d44be02c1b9ccc343f246d")
add_versions("v1.1.8", "d2626b2fd249fa0788ca364a2f8dcb4762dd72195f86d43370e4cad4c02262c5")
add_deps("cmake")

Loading…
Cancel
Save