We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae28355 commit 609c588Copy full SHA for 609c588
1 file changed
.github/workflows/ci.yml
@@ -56,9 +56,12 @@ jobs:
56
- name: Install Rust
57
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
58
- run: sudo apt update -y && sudo apt install -y libx11-xcb-dev
59
+ - run: cargo generate-lockfile && cargo update -p tracing --precise 0.1.41
60
- run: cargo build --all
61
- run: cargo build --all --no-default-features
62
- run: cargo build --all --features dlopen
63
+ env:
64
+ RUSTFLAGS: ''
65
66
clippy:
67
runs-on: ubuntu-latest
0 commit comments