Skip to content

Commit

Permalink
Merge pull request #31 from TurakhiaLab/capnp
Browse files Browse the repository at this point in the history
Workflow issue resolved
  • Loading branch information
sumit-walia authored Nov 18, 2024
2 parents 18292c4 + af716d8 commit e568449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +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
Expand Down
3 changes: 2 additions & 1 deletion install/installationUbuntu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Install dependencies

sudo apt install -y git build-essential cmake wget curl zip unzip tar protobuf-compiler libboost-all-dev pkg-config capnproto
sudo apt install -y git build-essential cmake wget curl zip unzip tar libboost-all-dev pkg-config capnproto

# Build
startDir=$pwd
cd $(dirname "$0")
Expand Down

0 comments on commit e568449

Please sign in to comment.