Skip to content

Commit 4233bbd

Browse files
committed
install extra
1 parent 7a0b14b commit 4233bbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747

4848
- name: Install extra
4949
run:
50-
sudo apt-get update
51-
sudo apt-get install -y libc6-dev-i386 $EXTRA_APT
50+
sudo apt-get update && sudo apt-get install -y libc6-dev-i386 $EXTRA_APT
5251

5352
- uses: conda-incubator/setup-miniconda@v2
5453
with:

0 commit comments

Comments
 (0)