Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tmori committed Dec 30, 2023
1 parent b39bb50 commit 1d6297b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
- name: Install Dependencies and Build hakoniwa-core-cpp-client
run: |
brew install python3
mkdir -p ${HOME}/lib/hakoniwa/
sudo mkdir -p /usr/local/lib/hakoniwa/
sudo chown $USER /usr/local/lib/hakoniwa/
sudo mkdir -p /usr/local/bin/hakoniwa/
sudo chown $USER /usr/local/bin/hakoniwa/
git clone --recursive https://github.com/toppers/hakoniwa-core-cpp-client.git
cd hakoniwa-core-cpp-client
bash build.bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: |
sudo mkdir -p /usr/local/lib/hakoniwa/
sudo chown $USER /usr/local/lib/hakoniwa/
sudo mkdir -p /usr/local/bin/hakoniwa/
sudo chown $USER /usr/local/bin/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
Expand Down

0 comments on commit 1d6297b

Please sign in to comment.