Skip to content

Commit

Permalink
ci: sudo when installing missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noritakaIzumi committed Oct 23, 2024
1 parent d36bd79 commit 2528c47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Dependencies
run: |
apt install -y libmariadb-dev
run: sudo apt install -y libmariadb-dev

- name: Install Hatch
uses: pypa/hatch@install
Expand Down

0 comments on commit 2528c47

Please sign in to comment.