Skip to content

Commit 95fa9f3

Browse files
perf: fix ci build
Signed-off-by: 吴小白 <[email protected]>
1 parent 85d1b1d commit 95fa9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
if: ${{ matrix.PLAT == 'aarch64' }}
124124
run: |
125125
sudo apt-get update -q -y
126-
sudo apt-get -qq install -y qemu qemu-user-static
126+
sudo apt-get -qq install -y qemu-user qemu-user-static
127127
sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes
128128
129129
- name: Print some Environment variable

0 commit comments

Comments
 (0)