try
This commit is contained in:
parent
97154ef4b9
commit
5631b0551c
@ -1,6 +1,12 @@
|
|||||||
name: CI/CD Pipeline
|
name: CI/CD Pipeline
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
workflow_call:
|
||||||
|
inputs:
|
||||||
|
rust-version:
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
|
default: nightly
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TARGET: x86_64-unknown-linux-musl
|
CARGO_TARGET: x86_64-unknown-linux-musl
|
||||||
|
Loading…
Reference in New Issue
Block a user