mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 20:51:23 +00:00
afalg_engine: CI: use apk
Use apk to install openssl-util in the package's test.sh. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
test_afalg_engine() {
|
||||
opkg install openssl-util
|
||||
apk add openssl-util
|
||||
openssl engine -t -c -v -pre DUMP_INFO afalg
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user