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

fixes CI after #24265, the CI passed in the original PR somehow

(cherry picked from commit 96d6eee9bc)
This commit is contained in:
metagn
2024-10-09 22:13:40 +03:00
committed by narimiran
parent 21bdc8ff0f
commit 1f418de2cc

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"