Skip to content

Commit

Permalink
Update build-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmori authored Dec 30, 2023
1 parent 7b8ac0b commit 4e90ee1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:

- name: Install Dependencies
run: |
sudo wget https://github.com/toppers/hakoniwa-core-cpp-client/releases/download/v1.0.2/libshakoc.so -P /usr/local/lib/hakoniwa/
sudo apt-get update
sudo apt-get install -y libc++-dev libc++abi-dev libpython3-dev
git clone --recursive https://github.com/toppers/hakoniwa-core-cpp-client.git
cd hakoniwa-core-cpp-client
bash build.bash
bash install.bash
- name: Build hakoniwa-conductor
run: |
Expand Down

0 comments on commit 4e90ee1

Please sign in to comment.