From beda2f05aa53a323b24a8405d85427c62c4616d0 Mon Sep 17 00:00:00 2001 From: ardevd Date: Tue, 3 Sep 2024 02:17:17 +0200 Subject: [PATCH] feat: Updated ot scrcpy v2.6.1 (#4) --- .github/workflows/scrcpy-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scrcpy-build.yml b/.github/workflows/scrcpy-build.yml index 59fd027..3b323ce 100644 --- a/.github/workflows/scrcpy-build.yml +++ b/.github/workflows/scrcpy-build.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ "main" ] +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: build: runs-on: ubuntu-latest @@ -33,7 +36,7 @@ jobs: run: | git clone https://github.com/Genymobile/scrcpy cd scrcpy - wget https://github.com/Genymobile/scrcpy/releases/download/v2.4/scrcpy-server-v2.4 -O scrcpy_server + wget https://github.com/Genymobile/scrcpy/releases/download/v2.6.1/scrcpy-server-v2.6.1 -O scrcpy_server - name: Build scrcpy run: |