forked from Ruderverein-Donau-Linz/rowt
		
	try
This commit is contained in:
		| @@ -26,7 +26,7 @@ jobs: | ||||
|           ~/.cargo/registry/cache/ | ||||
|           ~/.cargo/git/db/ | ||||
|           target/ | ||||
|         key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} | ||||
|         key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }} | ||||
|  | ||||
|     - name: Build | ||||
|       run: | | ||||
| @@ -66,7 +66,6 @@ jobs: | ||||
|             target/             | ||||
|           key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} | ||||
|           restore-keys: ${{ runner.os }}-cargo- | ||||
|  | ||||
|       - name: Build | ||||
|         run: | | ||||
|           cargo build --release --target $CARGO_TARGET | ||||
| @@ -116,7 +115,7 @@ jobs: | ||||
|             ~/.cargo/registry/cache/ | ||||
|             ~/.cargo/git/db/ | ||||
|             target/ | ||||
|           key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} | ||||
|           key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }} | ||||
|  | ||||
|       - name: Build | ||||
|         run: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user