mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-06-19 03:51:02 +00:00
path
This commit is contained in:
@@ -17,9 +17,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
container:
|
container:
|
||||||
- "ubuntu:22.04"
|
- "ubuntu:22.04"
|
||||||
- "ubuntu:latest"
|
# - "ubuntu:latest"
|
||||||
- "debian:10.13"
|
# - "debian:10.13"
|
||||||
- "debian:latest"
|
# - "debian:latest"
|
||||||
|
# - "alpine:3.17"
|
||||||
|
# - "alpine:latest"
|
||||||
container: ${{ matrix.container }}
|
container: ${{ matrix.container }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -42,7 +44,7 @@ jobs:
|
|||||||
swap-storage: false
|
swap-storage: false
|
||||||
|
|
||||||
- name: Build the template
|
- name: Build the template
|
||||||
run: cargo build
|
run: /root/.cargo/bin/cargo build
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
|
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
|
|||||||
Reference in New Issue
Block a user