This commit is contained in:
philipp 2024-01-17 19:49:46 +01:00
parent 97154ef4b9
commit 5631b0551c

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