mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
install a default stable toolchain before cargo build tries to install cross
This commit is contained in:
parent
7da95d62e2
commit
c85dd9f635
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish-binaries.yml
vendored
3
.github/workflows/publish-binaries.yml
vendored
|
@ -162,6 +162,9 @@ jobs:
|
|||
echo '[target.aarch64-unknown-linux-gnu]' >> ~/.cargo/config
|
||||
echo 'linker = "aarch64-linux-gnu-gcc"' >> ~/.cargo/config
|
||||
echo 'JEMALLOC_SYS_WITH_LG_PAGE=16' >> $GITHUB_ENV
|
||||
- name: Install a default toolchain that will be used to build cargo cross
|
||||
run: |
|
||||
rustup default stable
|
||||
- name: Cargo build
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue