Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
slavek-kucera committed Mar 6, 2024
1 parent 7d16ab2 commit 0273d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ jobs:
- name: ARM64 emulation
if: ${{ matrix.native == 'linux_arm64' }}
run: |
apt-get update
apt-get install -y qemu-user
sudo apt-get update
sudo apt-get install -y qemu-user
cd bin/linux_arm64
mv language_server language_server_linux_arm64
echo '#!/usr/bin/env sh' > language_server
Expand Down

0 comments on commit 0273d53

Please sign in to comment.