optimize ci build: use own dockerfile for dependencies + cache for builds #164
@ -1,6 +1,12 @@
|
||||
name: CI/CD Pipeline
|
||||
|
||||
on: push
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
rust-version:
|
||||
type: string
|
||||
required: false
|
||||
default: nightly
|
||||
|
||||
env:
|
||||
CARGO_TARGET: x86_64-unknown-linux-musl
|
||||
|
Loading…
Reference in New Issue
Block a user