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
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Install mdbook
|
||||
shell: bash
|
||||
run: cargo binstall mdbook
|
||||
uses: ./.github/actions/cargo-install
|
||||
with:
|
||||
name: mdbook
|
||||
- name: Install Dependencies
|
||||
shell: bash
|
||||
run: sudo apt-get install -y libwayland-dev libxkbcommon-dev # Required for winit
|
||||
|
||||
7
.github/workflows/library-web.yml
vendored
7
.github/workflows/library-web.yml
vendored
@ -44,10 +44,11 @@ jobs:
|
||||
run: |
|
||||
just nightly-install-src
|
||||
- name: Install wasm-bindgen
|
||||
shell: bash
|
||||
run: |
|
||||
uses: ./.github/actions/cargo-install
|
||||
# Install wasm-bindgen with test runner
|
||||
cargo binstall wasm-bindgen-cli # We want the latest version, as Cargo uses the latest version of wasm-bindgen
|
||||
# We want the latest version, as Cargo uses the latest version of wasm-bindgen
|
||||
with:
|
||||
name: wasm-bindgen-cli
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Build lib
|
||||
shell: bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user