Skip to content

Commit

Permalink
feat: Updated ot scrcpy v2.6.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd authored Sep 3, 2024
1 parent a7de4bb commit beda2f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/scrcpy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ "main" ]

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit beda2f0

Please sign in to comment.