mirror of
https://github.com/Airsonic-Pulse/airsonic-pulse.git
synced 2026-07-09 21:18:27 +00:00
ci: update runner in pr_ci.yml (#170)
* ci: update runner in pr_ci.yml * ci: update runner setup in pr_ci.yml * ci: update runner setup in pr_ci.yml * ci: update runner setup in pr_ci.yml --------- Co-authored-by: litebito <litebito@users.noreply.github.com>
This commit is contained in:
parent
5e1ed930ef
commit
0be37c4b8c
1 changed files with 13 additions and 1 deletions
14
.github/workflows/pr_ci.yml
vendored
14
.github/workflows/pr_ci.yml
vendored
|
|
@ -15,7 +15,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build-and-test:
|
||||
runs-on: [self-hosted, linux, x64, repo-airsonic-pulse]
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
@ -72,6 +72,18 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y --no-install-recommends ffmpeg
|
||||
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
cache: 'maven'
|
||||
|
||||
- name: Verify environment
|
||||
run: |
|
||||
java -version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue