From 50fd9bf6e07b9da29e312a24d68622f1b3ba3c11 Mon Sep 17 00:00:00 2001 From: sumit-walia Date: Mon, 18 Nov 2024 14:23:48 -0800 Subject: [PATCH 1/2] deployment working --- .github/workflows/cmake.yml | 1 - install/installationUbuntu.sh | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6ea29f2..2609183 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -33,7 +33,6 @@ jobs: - name: install pre-reqs and build run: | - sudo apt install -y git build-essential cmake wget curl zip unzip tar protobuf-compiler libboost-all-dev pkg-config chmod +x install/installationUbuntu.sh sudo ./install/installationUbuntu.sh - name: test diff --git a/install/installationUbuntu.sh b/install/installationUbuntu.sh index 223a694..def824a 100755 --- a/install/installationUbuntu.sh +++ b/install/installationUbuntu.sh @@ -1,5 +1,8 @@ # Install dependencies sudo apt install -y git build-essential cmake wget curl zip unzip tar libboost-all-dev pkg-config capnproto + +which capnp + # Build startDir=$pwd cd $(dirname "$0") From af716d8032d412bbce4d5b831fd3595e736b72e3 Mon Sep 17 00:00:00 2001 From: sumit-walia Date: Mon, 18 Nov 2024 14:27:20 -0800 Subject: [PATCH 2/2] new changes --- .github/workflows/cmake.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 04cbbbf..7517cfe 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -41,8 +41,6 @@ jobs: - name: install pre-reqs and build run: | - sudo apt install -y git build-essential cmake wget curl zip unzip tar protobuf-compiler libboost-all-dev pkg-config capnproto - chmod +x install/installationUbuntu.sh sudo ./install/installationUbuntu.sh - name: test