fix workaround for protobuf not installing combparser fork in CI (#24267)

fixes CI after #24265, the CI passed in the original PR somehow
This commit is contained in:
metagn
2024-10-09 22:13:40 +03:00
committed by GitHub
parent 67ea754b7f
commit 96d6eee9bc

View File

@@ -149,7 +149,7 @@ pkg "polypbren"
pkg "presto"
pkg "prologue", "nimble tcompile"
# remove fork after https://github.com/PMunch/combparser/pull/7 is merged:
pkg "protobuf", "nimble uninstall -i -y combparser; nimble install -y https://github.com/metagn/combparser@#HEAD; nimble install --depsOnly -y; nim c -o:protobuff -r src/protobuf.nim"
pkg "protobuf", "nimble install -y; nimble uninstall -i -y combparser; nimble install -y https://github.com/metagn/combparser@#HEAD; nim c -o:protobuff -r src/protobuf.nim"
pkg "rbtree"
pkg "react", "nimble example"
pkg "regex", "nim c src/regex"