mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix check expression
This commit is contained in:
parent
71068e3db9
commit
41b77579cc
2
.github/workflows/library-web.yml
vendored
2
.github/workflows/library-web.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
run: just web-demo build
|
||||
- name: Check
|
||||
shell: bash
|
||||
run: just web-check ${{ inputs.webgl && 'web-webgl' || '' }}
|
||||
run: just web-check ${{ inputs.webgl && 'web-webgl' || '""' }}
|
||||
- name: Test
|
||||
shell: bash
|
||||
run: just web-test "web-webgl"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user