We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b412d commit 939722dCopy full SHA for 939722d
.circleci/continue_config.yml
@@ -80,7 +80,7 @@ jobs:
80
- checkout
81
- run:
82
name: Install OpenJDK
83
- command: sudo apt-get update && sudo apt-get install default-jdk
+ command: sudo apt-get update --fix-missing && sudo apt-get install default-jdk
84
85
name: Install ODBC
86
command: sudo apt-get install unixodbc-dev
0 commit comments