mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
merged from upstream.
This commit is contained in:
@@ -105,14 +105,15 @@ jobs:
|
||||
--cxxopt='-fvisibility-inlines-hidden' \
|
||||
//sharing/linux:nearby_sharing_api_shared
|
||||
|
||||
build-rust-linux:
|
||||
name: Build Rust on Linux
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Build FPP
|
||||
run: cargo build --manifest-path presence/fpp/fpp/Cargo.toml
|
||||
# building presence is unsupported now :(
|
||||
# build-rust-linux:
|
||||
# name: Build Rust on Linux
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v6
|
||||
# with:
|
||||
# submodules: recursive
|
||||
#
|
||||
# - name: Build FPP
|
||||
# run: cargo build --manifest-path presence/fpp/fpp/Cargo.toml
|
||||
|
||||
Reference in New Issue
Block a user