Skip to content

Commit 584bba7

Browse files
committed
dont clone styles on ci
1 parent 7271ca5 commit 584bba7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: dtolnay/rust-toolchain@stable
14-
- name: Check out CSL styles
15-
run: |
16-
cd ..
17-
git clone --depth 1 https://github.com/citation-style-language/styles
1814
- run: cargo build
1915
- run: cargo test --features csl-json
2016

0 commit comments

Comments
 (0)