We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5c781 commit 63fa4a0Copy full SHA for 63fa4a0
1 file changed
.github/workflows/rust.yml
@@ -96,6 +96,8 @@ jobs:
96
run: >-
97
cargo hack --each-feature --keep-going \
98
build --target=${{ matrix.target }} --release
99
+ - name: make libpathrs.so
100
+ run: make CARGO_FLAGS="--target=${{ matrix.target }}" release
101
102
fmt:
103
name: rustfmt
0 commit comments