mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
17 lines
398 B
YAML
17 lines
398 B
YAML
name: webgpu
|
|
description: Build for webgpu
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- uses: extractions/setup-just@v1
|
|
- name: Install nightly toolchain
|
|
shell: bash
|
|
run: just nightly-toolchain
|
|
- uses: Swatinem/rust-cache@v1
|
|
- name: Build
|
|
shell: bash
|
|
run: just webpack-production
|
|
- name: Check
|
|
shell: bash
|
|
run: just check web wasm32-unknown-unknown |