Skip to content

Commit d858547

Browse files
committed
Fix .sln in godot-testsuite
1 parent af82eb5 commit d858547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ jobs:
745745
746746
- name: Restore .NET solution
747747
working-directory: sdks/csharp
748-
run: dotnet restore --configfile NuGet.Config SpacetimeDB.ClientSDK.Godot.sln
748+
run: dotnet restore --configfile NuGet.Config SpacetimeDB.ClientSDK.sln
749749

750750
# Now, setup the Godot tests.
751751
- name: Patch spacetimedb dependency in Cargo.toml

0 commit comments

Comments
 (0)