Skip to content

Commit

Permalink
No sudo?
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Sep 19, 2023
1 parent 1016560 commit cb365ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- name: install pcbdraw
run: |
sudo apt-get install -y pcbdraw
apt-get install -y pcbdraw
- name: run kibot
run: |
cd ${{env.project_dir}}
Expand Down

0 comments on commit cb365ee

Please sign in to comment.