forked from Ruderverein-Donau-Linz/rowt
		
	try
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user