mirror of
https://github.com/xiaorouji/openwrt-passwall-packages.git
synced 2025-05-01 07:40:24 +08:00
action: fixed install package error
This commit is contained in:
parent
1a52276ec4
commit
b37bd17cd6
@ -22,7 +22,7 @@ env:
|
||||
|
||||
jobs:
|
||||
job_auto_compile:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: test build (${{ matrix.platform }})
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -30,7 +30,7 @@ env:
|
||||
|
||||
jobs:
|
||||
job_init:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
job_auto_update_packages:
|
||||
if: ${{ always() }}
|
||||
needs: job_init
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: Auto-update-${{ matrix.pakcages }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -5,7 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/stale@v7.0.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user