File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11call " C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
22cl /std:c++20 /O2 /W4 /MT /arch:IA32 /utf-8 /permissive- /EHsc cachex.cpp
3+ 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on -sse cachex.7z cachex.exe
4+ certutil -hashfile cachex.7z SHA256
Original file line number Diff line number Diff line change 1818 - name : Build with MSVC
1919 shell : cmd
2020 run : .github/workflow_build_windows.bat
21+
22+ - uses : actions/upload-artifact@v3
23+ with :
24+ name : cachex Windows
25+ path : cachex.7z
Original file line number Diff line number Diff line change @@ -1406,6 +1406,7 @@ void PrintUsage()
14061406
14071407int main (int argc, char **argv)
14081408{
1409+ std::cerr << std::fixed;
14091410 const char *DrivePath = nullptr ;
14101411 int MaxReadSpeed = 0 ;
14111412 bool SpinDriveFlag = false ;
You can’t perform that action at this time.
0 commit comments