Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TLeonardUK committed Aug 21, 2021
1 parent 7c8abc2 commit c9df194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/[email protected]

- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- name: Install vcpkg
shell: cmd
working-directory: ${{github.workspace}}/Tools/vcpkg
Expand Down
1 change: 1 addition & 0 deletions Source/Server/Core/Utils/File.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "Core/Utils/File.h"

#include <fstream>
#include <sstream>

bool ReadTextFromFile(const std::filesystem::path& path, std::string& Output)
{
Expand Down

0 comments on commit c9df194

Please sign in to comment.