We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd02a98 commit b0404eeCopy full SHA for b0404ee
.github/workflows/main.yml
@@ -326,8 +326,8 @@ jobs:
326
export PATH="$(brew --prefix python3)/bin:$PATH"
327
328
./autogen.sh --with-builtin-tommath --with-builtin-tomcrypt
329
- cat /Users/runner/work/firebird/firebird/vcpkg/buildtrees/libcxx/build-fb-x64-osx-rel-out.log
330
- cat /Users/runner/work/firebird/firebird/vcpkg/buildtrees/libcxx/build-fb-x64-osx-rel-err.log
+ cat ./vcpkg/buildtrees/libcxx/build-fb-*-osx-rel-out.log 2>/dev/null
+ cat ./vcpkg/buildtrees/libcxx/build-fb-*-osx-rel-err.log 2>/dev/null
331
332
make -j4
333
make tests -j4
0 commit comments