This commit is contained in:
Archi
2021-10-17 01:18:28 +02:00
parent 8580852f84
commit 47696cc9a7

View File

@@ -387,8 +387,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2.3.5
with:
submodules: recursive
# TODO: It'd be perfect if we could match final artifacts to the platform they target, so e.g. linux build comes from the linux machine
# However, that is currently impossible due to https://github.com/dotnet/msbuild/issues/3897