add ubuntu 22.04 build step

This commit is contained in:
Lion Kortlepel
2023-12-05 13:58:34 +01:00
parent 295f814f0f
commit bb4b5a3cf8
14 changed files with 86 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -ex
git config --global --add safe.directory $(pwd)
git config --global --add safe.directory $(pwd)/vcpkg
git config --global --add safe.directory $(pwd)/deps/commandline