From 3f52a8513dfc1e22b22ed433cf7ec7a16ff6a768 Mon Sep 17 00:00:00 2001 From: Florian Demmer Date: Wed, 1 May 2024 10:41:01 +0100 Subject: [PATCH] start avahi daemon --- .github/workflows/upload_binaries.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upload_binaries.yml b/.github/workflows/upload_binaries.yml index 7b1358f..2669a59 100644 --- a/.github/workflows/upload_binaries.yml +++ b/.github/workflows/upload_binaries.yml @@ -23,4 +23,6 @@ jobs: env: AWS_ACCESS_KEY_ID: ${{ secrets.NODE_PRE_GYP_AWS_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.NODE_PRE_GYP_AWS_KEY }} - run: sh ./utils/build.sh \ No newline at end of file + run: | + run systemctl start avahi-daemon + sh ./utils/build.sh \ No newline at end of file