Skip to content

Commit 939722d

Browse files
committed
Chore: fix py311 ci
1 parent f9b412d commit 939722d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/continue_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- checkout
8181
- run:
8282
name: Install OpenJDK
83-
command: sudo apt-get update && sudo apt-get install default-jdk
83+
command: sudo apt-get update --fix-missing && sudo apt-get install default-jdk
8484
- run:
8585
name: Install ODBC
8686
command: sudo apt-get install unixodbc-dev

0 commit comments

Comments
 (0)