Explorar el Código

fix : workflow change commit id (#1764)

* update workflow(use xmake compile)

* update workflow version

* fix tab

* remove extra space

* mkdir install include dir

* fix : update workflow latest xmake

* remove unnecessary include

* fix : change commit id
Chanchan hace 2 años
padre
commit
2632832712
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/w/workflow/xmake.lua

+ 1 - 1
packages/w/workflow/xmake.lua

@@ -5,7 +5,7 @@ package("workflow")
 
     add_urls("https://github.com/sogou/workflow/archive/refs/tags/$(version).tar.gz",
              "https://github.com/sogou/workflow.git")
-    add_versions("v0.10.6", "654fe336ebaa8e715aff1975e3276bb5fd637529")
+    add_versions("v0.10.6", "20d2177dda391676235687b03980eb50e9ea11dd")
 
     add_deps("openssl")