diff --git a/.gitea/workflows/auto-tag.yml b/.gitea/workflows/auto-tag.yml index c3e79363..b3ff1e20 100644 --- a/.gitea/workflows/auto-tag.yml +++ b/.gitea/workflows/auto-tag.yml @@ -451,7 +451,7 @@ jobs: OPENSSL_NO_VENDOR: "0" OPENSSL_STATIC: "1" run: | - source "$HOME/.cargo/env" + . "$HOME/.cargo/env" npm ci --legacy-peer-deps rustup target add aarch64-unknown-linux-gnu CI=true npx tauri build --target aarch64-unknown-linux-gnu