Revert "WIP Use windows branch on windows CI"

This reverts commit 05fc3b409c.

This was a temporary commit to make the PR compile with a dev branch of libzim.
Now PR on libzim is merged. We must remove this commit.
This commit is contained in:
Matthieu Gautier 2024-06-17 10:10:26 +02:00
parent e408b5b1ca
commit e31147c7e5
1 changed files with 0 additions and 7 deletions

View File

@ -10,13 +10,6 @@ class Libzim(Dependency):
git_remote = "https://github.com/openzim/libzim.git"
git_dir = "libzim"
@property
def git_ref(self):
if neutralEnv("distname") == "Windows":
return "libzim_github_ci_windows"
else:
return "main"
class Builder(MesonBuilder):
test_options = ["-t", "8"]
strip_options = []