Skip to content

Commit 4ded800

Browse files
authored
Merge pull request #219 from tnull/2023-12-fix-ci
Fix and improve CI
2 parents ae168bb + 6c8731a commit 4ded800

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
cargo update -p jobserver --precise "0.1.26" --verbose # jobserver 0.1.27 requires rustc 1.66.0
5050
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5" --verbose # zstd-sys 2.0.9+zstd.1.5.5 requires rustc 1.64.0
5151
cargo update -p petgraph --precise "0.6.3" --verbose # petgraph v0.6.4, requires rustc 1.64 or newer
52+
cargo update -p home --precise "0.5.5" --verbose # home v0.5.9, requires rustc 1.70 or newer
53+
- name: Set RUSTFLAGS to deny warnings
54+
if: "matrix.toolchain == 'stable'"
55+
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
5256
- name: Build on Rust ${{ matrix.toolchain }}
5357
run: cargo build --verbose --color always
5458
- name: Build with UniFFI support on Rust ${{ matrix.toolchain }}

0 commit comments

Comments
 (0)