uh, openssl doesn't like my echo when running on GH Actions

This commit is contained in:
2021-07-02 21:53:30 +02:00
parent a1040a4553
commit 5674bb030a
5 changed files with 33 additions and 2 deletions

View File

@ -42,10 +42,9 @@ jobs:
- name: Build UnrealIRCd
run: |
cd $GITHUB_WORKSPACE/unrealircd/
cp $GITHUB_WORKSPACE/unreal_config.settings config.settings
cp $GITHUB_WORKSPACE/unreal/* .
CFLAGS=-O0 ./Config -quick
make -j 4
echo "\n\n\n\n\n\n" | make pem
make install
- name: Test with pytest