mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix installs
This commit is contained in:
parent
7b41971b67
commit
d70e786b66
5
.github/workflows/build-deploy-docs.yml
vendored
5
.github/workflows/build-deploy-docs.yml
vendored
@ -25,8 +25,9 @@ jobs:
|
|||||||
run: just stable-toolchain
|
run: just stable-toolchain
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Install mdbook
|
- name: Install mdbook
|
||||||
shell: bash
|
uses: ./.github/actions/cargo-install
|
||||||
run: cargo binstall mdbook
|
with:
|
||||||
|
name: mdbook
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: sudo apt-get install -y libwayland-dev libxkbcommon-dev # Required for winit
|
run: sudo apt-get install -y libwayland-dev libxkbcommon-dev # Required for winit
|
||||||
|
|||||||
9
.github/workflows/library-web.yml
vendored
9
.github/workflows/library-web.yml
vendored
@ -44,10 +44,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
just nightly-install-src
|
just nightly-install-src
|
||||||
- name: Install wasm-bindgen
|
- name: Install wasm-bindgen
|
||||||
shell: bash
|
uses: ./.github/actions/cargo-install
|
||||||
run: |
|
# Install wasm-bindgen with test runner
|
||||||
# Install wasm-bindgen with test runner
|
# We want the latest version, as Cargo uses the latest version of wasm-bindgen
|
||||||
cargo binstall wasm-bindgen-cli # We want the latest version, as Cargo uses the latest version of wasm-bindgen
|
with:
|
||||||
|
name: wasm-bindgen-cli
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Build lib
|
- name: Build lib
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user