Skip to content

Commit

Permalink
GitHub Actions workflows: временно переходим на машину "windows-2019".
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Nov 25, 2024
1 parent 86633d1 commit 19a7b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:

jobs:
build:
runs-on: windows-2022
runs-on: windows-2019
timeout-minutes: 60

steps:
Expand Down
2 changes: 1 addition & 1 deletion src/DSUtil/Profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
CStringW GetIniProgramDir()
{
CStringW path = GetRenameFileExt(GetModulePath(nullptr), L".ini");

return path;
}

Expand Down

0 comments on commit 19a7b2d

Please sign in to comment.