This commit is contained in:
philipp 2024-01-17 19:49:46 +01:00
parent 7be76f3ce8
commit 0b7711ed91

View File

@ -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