Removed cargo config that is no longer necessary

This commit is contained in:
2025-08-22 03:02:56 +02:00
parent 5730d9db03
commit 8f858e9b42
2 changed files with 1 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
[build]
target = "x86_64-unknown-linux-gnu"
rustflags = ["--cfg", "tokio_unstable"]

View File

@@ -27,7 +27,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: automation name: automation
path: target/x86_64-unknown-linux-gnu/release/automation path: target/release/automation
container: container:
name: Build container name: Build container