specify version of swig that should be used for the build

This commit is contained in:
mlangkabel
2020-08-05 07:04:42 +02:00
parent 780a7e2f7a
commit d352c8bf39
+2 -1
View File
@@ -43,7 +43,8 @@ install:
echo "No architecture set. Build will be canceled." echo "No architecture set. Build will be canceled."
} }
# Install SWIG by Choco # Install SWIG by Choco
choco install -y --no-progress swig openjdk choco install -y --no-progress swig --version 4.0.1
choco install -y --no-progress openjdk
before_build: before_build: