Skip to content

Commit 609c588

Browse files
committed
Fix CI
Signed-off-by: Mads Marquart <mads@marquart.dk>
1 parent ae28355 commit 609c588

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,12 @@ jobs:
5656
- name: Install Rust
5757
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
5858
- 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
5960
- run: cargo build --all
6061
- run: cargo build --all --no-default-features
6162
- run: cargo build --all --features dlopen
63+
env:
64+
RUSTFLAGS: ''
6265

6366
clippy:
6467
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)