Skip to content

Commit

Permalink
Update build.yml with sudo on pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
dwai-wai authored Jan 3, 2025
1 parent 5446663 commit 8d47d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version: latest
platform: x64
- run: |
pip3 install cogapp
sudo pip3 install cogapp
- uses: ConorMacBride/install-package@v1
with:
apt: libreadline-dev libyaml-cpp-dev
Expand All @@ -27,4 +27,4 @@ jobs:
mkdir -p build
cd build
cmake ..
make
make

0 comments on commit 8d47d32

Please sign in to comment.