Skip to content

Commit

Permalink
Sudo...
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-vin committed Feb 16, 2024
1 parent 559fb8b commit fa4fca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Crystal libs
run: shards install
- name: sudo apt-get update
run: apt-get update
run: sudo apt-get update
- name: run install script
run: sh ./rsrc/native/ubuntu/install.sh
- name: build examples
Expand Down

0 comments on commit fa4fca4

Please sign in to comment.