Fix linux CI script

This commit is contained in:
Maximilian Ammann 2022-09-15 15:29:58 +02:00
parent 7dc7346597
commit b4269f7c7e

View File

@ -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