Skip to content

Commit

Permalink
Fix checkout should be recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
VonTum authored Jan 31, 2024
1 parent 7102f2f commit cf8e1b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
# Don't try to build codegen, as it needs to link against LLVM
run: cargo build --verbose --features lsp
Expand Down

0 comments on commit cf8e1b0

Please sign in to comment.