Skip to content

Commit 4692051

Browse files
committed
undo formatting
1 parent 4d853fa commit 4692051

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: ci
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [ main ]
66
pull_request:
7-
branches: [main]
7+
branches: [ main ]
88

99
env:
1010
CARGO_TERM_COLOR: always
@@ -94,8 +94,8 @@ jobs:
9494
DEBIAN_FRONTEND=noninteractive apt-get update
9595
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential ca-certificates clang curl pkg-config
9696
97-
# - name: Setup Rust
98-
# uses: dtolnay/rust-toolchain@stable
97+
# - name: Setup Rust
98+
# uses: dtolnay/rust-toolchain@stable
9999

100100
# TODO: Temporarily use nightly version of Rust for tests. Stable
101101
# currently has a bug that causes linking to fail. The fix is in

0 commit comments

Comments
 (0)