From e4b292c99127595ca9c5a3736eb9eb08f3373c48 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Fri, 2 Aug 2024 21:31:27 +0800 Subject: [PATCH] fix linux builds --- .github/workflows/build_latest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index 4e2d896d5..a3e839d52 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -4,6 +4,7 @@ on: [push,workflow_dispatch] env: DOTNET_SDK_VERSION: '8.0.*' + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: @@ -105,4 +106,4 @@ jobs: uses: actions/upload-artifact@v3.1.3 with: name: BBDown_osx-arm64 - path: artifact-arm64/BBDown \ No newline at end of file + path: artifact-arm64/BBDown