Update vcpkg and GitHub Actions (#8682)

* Update vcpkg to latest release (2021.05.12) Use https://github.com/microsoft/vcpkg
* Update all GHA to latest from dev
* Python code linting changes detected by black
This commit is contained in:
Magne Sjaastad
2022-03-15 08:19:44 +01:00
committed by GitHub
parent 4d25081dde
commit ab9e8646db
12 changed files with 193 additions and 204 deletions

2
.gitmodules vendored
View File

@@ -3,7 +3,7 @@
url = https://github.com/CeetronSolutions/qwt.git
[submodule "ThirdParty/vcpkg"]
path = ThirdParty/vcpkg
url = https://github.com/CeetronSolutions/vcpkg
url = https://github.com/microsoft/vcpkg
[submodule "ThirdParty/fast_float"]
path = ThirdParty/fast_float
url = https://github.com/fastfloat/fast_float