Skip to content

Commit d233786

Browse files
wip
1 parent d32c055 commit d233786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
image: ubuntu-2404:2024.11.1
3838
resource_class: arm.medium
3939
steps:
40-
- run: "apt update"
41-
- run: "apt -y upgrade"
40+
- run: "sudo apt update"
41+
- run: "sudo apt -y upgrade"
4242
- run: "python3 -v"
4343
workflows:
4444
version: 2

0 commit comments

Comments
 (0)