Skip to content

Commit

Permalink
Fix permission for apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
lucka-me committed Dec 3, 2023
1 parent 33400de commit d459a11
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 @@ -115,7 +115,7 @@ jobs:
- name: Setup toolchain
if: matrix.native != true
run: |
apt-get install -y g++-${{ matrix.arch }}-linux-gnu binutils-${{ matrix.arch }}-linux-gnu
sudo apt-get install -y g++-${{ matrix.arch }}-linux-gnu binutils-${{ matrix.arch }}-linux-gnu
echo "CC=${{ matrix.arch }}-linux-gnu-gcc" >> $GITHUB_ENV
echo "CXX=${{ matrix.arch }}-linux-gnu-g++" >> $GITHUB_ENV
Expand Down

0 comments on commit d459a11

Please sign in to comment.