fix openssl

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter
2026-06-01 23:24:55 -04:00
parent aff9a6cee1
commit 5783427842
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
}
EOF
curl -X 'POST' \
curl -XPOST \
'https://git.eden-emu.dev/api/v1/repos/eden-emu/eden/pulls' \
-H 'accept: application/json' \
-H 'Authorization: Bearer ${{ secrets.CI_FJ_TOKEN }}' \
+6
View File
@@ -105,6 +105,12 @@ for pkg in $packages; do
# ????????????????????????????????
filter_out vksc
# openssl
if [ "$PACKAGE" = openssl ]; then
filter_out rsaref
filter_in "openssl-"
fi
# ignore betas/alphas (remove if needed)
filter_out alpha
filter_out beta