We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9382221 commit 31d3448Copy full SHA for 31d3448
.github/workflows/release.yaml
@@ -68,11 +68,11 @@ jobs:
68
- name: Build the project
69
run: cargo build --release --target=aarch64-unknown-linux-musl
70
71
- - name: Run fmt
72
- run: cargo fmt --all -- --check
+ # - name: Run fmt
+ # run: cargo fmt --all -- --check
73
74
- - name: Run Clippy
75
- run: cargo clippy --all-targets --all-features -- -D warnings
+ # - name: Run Clippy
+ # run: cargo clippy --all-targets --all-features -- -D warnings
76
77
- name: Create Debian package
78
run: cargo deb --target=aarch64-unknown-linux-musl --output tc2-agent_${GITHUB_REF#refs/tags/v}_arm64.deb
0 commit comments