Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
slavek-kucera committed Mar 6, 2024
1 parent 77f11e7 commit 7d16ab2
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 @@ -327,7 +327,7 @@ jobs:
if: ${{ matrix.chmod }}
run: chmod +x bin/${{ matrix.native }}/language_server
- name: ARM64 emulation
if: ${{ matrix.native === 'linux_arm64' }}
if: ${{ matrix.native == 'linux_arm64' }}
run: |
apt-get update
apt-get install -y qemu-user
Expand Down

0 comments on commit 7d16ab2

Please sign in to comment.