mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Update CI to use esbuild
This commit is contained in:
parent
4da958f252
commit
06718775ea
2
.github/actions/webgl/action.yml
vendored
2
.github/actions/webgl/action.yml
vendored
@ -11,7 +11,7 @@ runs:
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Build lib
|
||||
shell: bash
|
||||
run: just web-lib parcel-webgl
|
||||
run: just web-lib esbuild-webgl
|
||||
- name: Build demo
|
||||
shell: bash
|
||||
run: just web-demo build
|
||||
|
||||
2
.github/actions/webgpu/action.yml
vendored
2
.github/actions/webgpu/action.yml
vendored
@ -11,7 +11,7 @@ runs:
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Build lib
|
||||
shell: bash
|
||||
run: just web-lib parcel
|
||||
run: just web-lib esbuild
|
||||
- name: Build demo
|
||||
shell: bash
|
||||
run: just web-demo build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user