Skip to content

Commit e1551d1

Browse files
committed
ci: use cargo-rustc to build ergo-lib as rlib
1 parent f56f57d commit e1551d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Build ergo-lib
2828
uses: actions-rs/cargo@v1
2929
with:
30-
command: build
31-
args: --no-default-features --manifest-path ergo-lib/Cargo.toml
30+
command: rustc
31+
args: --no-default-features --manifest-path ergo-lib/Cargo.toml --crate-type rlib
3232

3333
test:
3434
name: Tests on ${{ matrix.os }}

0 commit comments

Comments
 (0)