Skip to content

Commit 082516d

Browse files
authored
Update build.yml
1 parent 17b4aea commit 082516d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: runner.os == 'macOS'
7171
run: |
7272
set -euo pipefail
73-
PATCH="./patches/jre_21/ios/fix_fdopen.patch"
73+
PATCH="${{GITHUB.WORKSPACE}}/patches/jre_21/ios/fix_fdopen.patch"
7474
echo "Looking for patch at $PATCH"
7575
if [ ! -f "$PATCH" ]; then
7676
echo "Patch not found at $PATCH" >&2

0 commit comments

Comments
 (0)