mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-02-23 08:21:13 +00:00
Merge pull request #1773 from cewert/fix-static-anal
This commit is contained in:
commit
6f1a3babe7
4
.github/workflows/roku-analysis.yml
vendored
4
.github/workflows/roku-analysis.yml
vendored
@ -26,11 +26,11 @@ jobs:
|
||||
- name: Build app for production
|
||||
if: env.BRANCH_NAME == 'master'
|
||||
run: npm run build-prod
|
||||
- name: Use Java 17
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
|
||||
with:
|
||||
distribution: "temurin"
|
||||
java-version: "17"
|
||||
java-version: "21"
|
||||
- name: Download the Static Channel Analysis CLI
|
||||
run: |
|
||||
curl -sSL "https://devtools.web.roku.com/static-channel-analysis/sca-cmd.zip" -o sca-cmd.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user