Skip to content

Commit 888be7e

Browse files
Fix publish workflow: add submodules checkout for spec tests
The CI job in publish.yml was missing submodules: true, causing spec_compliance tests to fail because the spec submodule was absent.
1 parent ede4a5e commit 888be7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17+
with:
18+
submodules: true
1719

1820
- name: Install Rust
1921
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)