Skip to content

Commit

Permalink
another workflow try
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Mar 17, 2024
1 parent 0b930ab commit a1e2375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: SonivoxV3-${{matrix.sys}}
path: ${{env.INSTALL_LOCATION}}
path: ${{env.INSTALL_LOCATION}}/**/*
retention-days: 90
overwrite: true
3 changes: 2 additions & 1 deletion fakes/utils/Log.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#define ALOGV(...)

#if defined(__APPLE__) && defined (__APPLE_CC__)
#include <fcntl.h>
#include <sys/types.h>
typedef __int64_t off64_t;
#endif
Expand All @@ -13,5 +14,5 @@ typedef __int64_t off64_t;
#elif defined(__linux__)
#define OPEN_FLAG O_LARGEFILE
#else
#define OPEN_FLAG
#define OPEN_FLAG O_CREAT
#endif

0 comments on commit a1e2375

Please sign in to comment.