ci: fix apt install qemu

This commit is contained in:
ngxson
2023-05-19 13:28:02 +02:00
parent 86ad99a2cd
commit 76ec405a7f

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
- run: apt update && apt install -y qemu-user-static
- run: sudo apt update && sudo apt install -y qemu-user-static
- name: Setup Node.js
uses: actions/setup-node@v3