Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Oct 19, 2023
1 parent a486acd commit 1deba85
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 @@ -87,7 +87,7 @@ jobs:
shell: bash
- name: Setup cross compiler
if: ${{ matrix.settings.cross }}
run: apt-get update && apt-get install -y ${{ matrix.settings.cross }}
run: sudo apt-get update && sudo apt-get install -y ${{ matrix.settings.cross }}
- name: Install dependencies
run: yarn install
- name: Build
Expand Down

0 comments on commit 1deba85

Please sign in to comment.