mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix linux CI script
This commit is contained in:
parent
7dc7346597
commit
b4269f7c7e
4
.github/workflows/demo-linux.yml
vendored
4
.github/workflows/demo-linux.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
run: sudo apt-get install -y libwayland-dev libxkbcommon-dev # Required for winit
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: cargo build -p maplibre-demo
|
||||
run: cargo build -p maplibre-demo --release --target x86_64-unknown-linux-gnu
|
||||
- name: Check
|
||||
shell: bash
|
||||
run: just check maplibre-demo x86_64-unknown-linux-gnu
|
||||
@ -29,4 +29,4 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: maplibre-rs
|
||||
path: target/x86_64-unknown-linux-gnu/debug/maplibre-demo
|
||||
path: target/x86_64-unknown-linux-gnu/release/maplibre-demo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user