File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ jobs:
271
271
if : failure()
272
272
- name : Upload failed tests' directories
273
273
if : failure() && env.FAILED_TEST_ARTIFACTS != ''
274
- uses : actions/upload-artifact@v2
274
+ uses : actions/upload-artifact@v1
275
275
with :
276
276
name : failed-tests-${{matrix.vector.jobname}}
277
277
path : ${{env.FAILED_TEST_ARTIFACTS}}
Original file line number Diff line number Diff line change @@ -472,6 +472,7 @@ extern int (*win32_is_mount_point)(struct strbuf *path);
472
472
#define PATH_SEP ';'
473
473
char * mingw_query_user_email (void );
474
474
#define query_user_email mingw_query_user_email
475
+ struct strbuf ;
475
476
char * mingw_strbuf_realpath (struct strbuf * resolved , const char * path );
476
477
#define platform_strbuf_realpath mingw_strbuf_realpath
477
478
#if !defined(__MINGW64_VERSION_MAJOR ) && (!defined(_MSC_VER ) || _MSC_VER < 1800 )
You can’t perform that action at this time.
0 commit comments