mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix package
This commit is contained in:
parent
eb5250ae75
commit
3a27c9009e
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
target/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
- name: Install Dependencies
|
||||
run: sudo apt-get install -y libwayland-client++0 libwayland-client0
|
||||
run: sudo apt-get install -y libwayland-dev
|
||||
- name: Build
|
||||
run: cargo build --bin mapr
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user