Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Fix CI kuroneko#2
Browse files Browse the repository at this point in the history
sudo
  • Loading branch information
gamecss authored Jan 2, 2023
1 parent ccd7f52 commit d076b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install dependencies
run: apt install libsqlite3-dev libjsoncpp-dev
run: sudo apt install libsqlite3-dev libjsoncpp-dev

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit d076b87

Please sign in to comment.