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 17b4aea commit 082516dCopy full SHA for 082516d
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
if: runner.os == 'macOS'
71
run: |
72
set -euo pipefail
73
- PATCH="./patches/jre_21/ios/fix_fdopen.patch"
+ PATCH="${{GITHUB.WORKSPACE}}/patches/jre_21/ios/fix_fdopen.patch"
74
echo "Looking for patch at $PATCH"
75
if [ ! -f "$PATCH" ]; then
76
echo "Patch not found at $PATCH" >&2
0 commit comments