From 076edb3a8dc45793de121ffe95d303317adee33b Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Fri, 18 Mar 2022 13:50:33 +0300 Subject: [PATCH] Fix --- .github/workflows/test-full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-full.yml b/.github/workflows/test-full.yml index a951d86f..7fb75e2d 100644 --- a/.github/workflows/test-full.yml +++ b/.github/workflows/test-full.yml @@ -46,7 +46,7 @@ jobs: $testproj = "$PWD/tests/Bannerlord.ButterLib.Tests/Bannerlord.ButterLib.Tests.csproj"; $testprojimpl = "$PWD/tests/Bannerlord.ButterLib.Implementation.Tests/Bannerlord.ButterLib.Implementation.Tests.csproj"; - $gameversions = Get-Content -Path supported-game-versions.txt; + [string[]]$gameversions = Get-Content -Path supported-game-versions.txt; For ($i = 0; $i -le $gameversions.Length - 1; $i++) {