Skip to content

Commit 48f9d4f

Browse files
committed
fix apt
1 parent ee92da1 commit 48f9d4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/scripts/ubuntu-codebuild.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3-
sudo apt install -y docker-buildx
3+
apt-get update
4+
apt-get install -y docker-buildx

0 commit comments

Comments
 (0)