Skip to content

Commit 525379a

Browse files
authored
fix(CI): remove autofix CI timeout (#4173)
1 parent f5d3fbb commit 525379a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,10 @@ env:
1717
jobs:
1818
autofix:
1919
runs-on: ubuntu-latest
20-
timeout-minutes: 30
2120
steps:
2221
- uses: actions/checkout@v4
2322
- uses: actions-rust-lang/setup-rust-toolchain@v1
24-
with:
25-
{
26-
toolchain: "nightly-2025-07-16",
27-
components: "rustfmt, clippy",
28-
target: "wasm32-unknown-unknown",
29-
rustflags: "",
30-
}
23+
with: {toolchain: "nightly-2025-07-16", components: "rustfmt, clippy", target: "wasm32-unknown-unknown", rustflags: ""}
3124
- name: Install Glib
3225
run: |
3326
sudo apt-get update

0 commit comments

Comments
 (0)