From 939722dd3907a0eceb894c70149a00f1a44a70d0 Mon Sep 17 00:00:00 2001 From: George Sittas Date: Thu, 11 Sep 2025 23:03:35 +0300 Subject: [PATCH] Chore: fix py311 ci --- .circleci/continue_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index e21f3d869b..c3e0605aa7 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -80,7 +80,7 @@ jobs: - checkout - run: name: Install OpenJDK - command: sudo apt-get update && sudo apt-get install default-jdk + command: sudo apt-get update --fix-missing && sudo apt-get install default-jdk - run: name: Install ODBC command: sudo apt-get install unixodbc-dev