Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Jan 26, 2024
1 parent bfaea48 commit cd67b72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
fi
xmllint --shell inkgd.csproj <<EOF
cd /Project/@Sdk
set Godot.NET.Sdk/${SEMANTIC_VERSION}
save
EOF
cd /Project/@Sdk
set Godot.NET.Sdk/${SEMANTIC_VERSION}
save
EOF
- name: "(Mono) Compile C# solution"
run: |
Expand Down

0 comments on commit cd67b72

Please sign in to comment.