Skip to content

Commit

Permalink
fix(CI): passwordless sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Oct 31, 2023
1 parent 8498d4a commit 7e1e8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: apt-get -y install libkrb5-dev
- run: sudo apt-get -y install libkrb5-dev
- run: cp config.json.example config.json
- name: npm install
run: |
Expand Down

0 comments on commit 7e1e8ca

Please sign in to comment.