Skip to content

Commit 4f3967e

Browse files
committed
Remove submodule usage in CI
1 parent b373492 commit 4f3967e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ jobs:
1212
steps:
1313
- name: Download source
1414
uses: actions/checkout@v4
15-
with:
16-
submodules: recursive
1715
- name: Install Rust
1816
uses: dtolnay/rust-toolchain@stable
1917
- name: Build C bindings
20-
run: cargo build --release
21-
working-directory: css-inline/bindings/c
18+
run: make
2219
- name: Install Crystal
2320
uses: crystal-lang/install-crystal@v1
2421
- name: Run tests

0 commit comments

Comments
 (0)