We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d853fa commit 4692051Copy full SHA for 4692051
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: ci
2
3
on:
4
push:
5
- branches: [main]
+ branches: [ main ]
6
pull_request:
7
8
9
env:
10
CARGO_TERM_COLOR: always
@@ -94,8 +94,8 @@ jobs:
94
DEBIAN_FRONTEND=noninteractive apt-get update
95
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential ca-certificates clang curl pkg-config
96
97
- # - name: Setup Rust
98
- # uses: dtolnay/rust-toolchain@stable
+# - name: Setup Rust
+# uses: dtolnay/rust-toolchain@stable
99
100
# TODO: Temporarily use nightly version of Rust for tests. Stable
101
# currently has a bug that causes linking to fail. The fix is in
0 commit comments