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 4e90ee1 commit 0578eb0
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 @@ -29,12 +29,15 @@ jobs:
default: true
override: true

- name: Install Dependencies
- name: Create directories and Install Dependencies
run: |
sudo mkdir -p /usr/local/lib/hakoniwa/
sudo chown $USER /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
Expand Down

0 comments on commit 0578eb0

Please sign in to comment.