mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-05 17:03:45 -04:00
fix openssl
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
aff9a6cee1
commit
5783427842
2 changed files with 7 additions and 1 deletions
|
|
@ -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 }}' \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue