Fix build-deb: use node:18 container (has Node.js for GitHub Actions), update to actions v4
Some checks failed
CI/CD Pipeline / Code Format (push) Successful in 12s
CI/CD Pipeline / Build Debian Package (push) Successful in 2m0s
CI/CD Pipeline / Build RPM Package (push) Failing after 1m53s
CI/CD Pipeline / Build Alpine Package (push) Failing after 2s
CI/CD Pipeline / Build Arch Package (push) Failing after 1s
Some checks failed
CI/CD Pipeline / Code Format (push) Successful in 12s
CI/CD Pipeline / Build Debian Package (push) Successful in 2m0s
CI/CD Pipeline / Build RPM Package (push) Failing after 1m53s
CI/CD Pipeline / Build Alpine Package (push) Failing after 2s
CI/CD Pipeline / Build Arch Package (push) Failing after 1s
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -89,9 +89,9 @@ jobs:
|
|||||||
build-deb:
|
build-deb:
|
||||||
name: Build Debian Package
|
name: Build Debian Package
|
||||||
runs-on: linux
|
runs-on: linux
|
||||||
container: debian:bookworm
|
container: node:18
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
|
|||||||
Reference in New Issue
Block a user