mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
removed stupid
This commit is contained in:
@@ -60,17 +60,6 @@ jobs:
|
||||
qt6-tools-dev-tools \
|
||||
libqrencode-dev
|
||||
|
||||
- name: Build and install sdbus-c++
|
||||
run: |
|
||||
git clone https://github.com/Kistler-Group/sdbus-cpp.git
|
||||
cd sdbus-cpp
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr
|
||||
cmake --build .
|
||||
sudo cmake --build . --target install
|
||||
cd ../../
|
||||
|
||||
- name: Restore sdbus-c++ cache
|
||||
id: sdbus-cache
|
||||
uses: actions/cache/restore@v5
|
||||
|
||||
Reference in New Issue
Block a user