Skip to content

Commit f89f1db

Browse files
committed
Try Fixing rust.yml workflow
1 parent 27e39d8 commit f89f1db

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,8 @@ jobs:
3737
- name: Install system dependencies
3838
run: sudo apt-get update && sudo apt-get install -y libglib2.0-dev pkg-config
3939

40-
# Set PKG_CONFIG_PATH if needed for poppler deps
41-
- name: Set PKG_CONFIG_PATH
42-
run: echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
43-
4440
- name: Build (Debug)
4541
run: cargo build --verbose
4642

4743
- name: Build (Release)
48-
run: cargo build --release --verbose
49-
50-
- name: Run Tests
51-
run: cargo test --verbose
44+
run: cargo build --release --verbose

0 commit comments

Comments
 (0)