Skip to content

Commit

Permalink
Try to fix language server nightly build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Feb 11, 2025
1 parent 7c3fa14 commit fa14cfb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows.src/ls-build.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
ref: master
path: edgedb-pkg

- uses: actions/checkout@v4
with:
sparse-checkout: rust-toolchain.toml
sparse-checkout-cone-mode: false
fetch-depth: 0

- name: Install Rust toolchain
uses: dsherret/rust-toolchain-file@v1
if: << 'false' if tgt.runs_on and 'self-hosted' in tgt.runs_on else 'true' >>
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/ls-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa14cfb

Please sign in to comment.