Skip to content

Commit cfe0575

Browse files
committed
include apt-get update on Ubuntu builds
1 parent a6b26ff commit cfe0575

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ubuntu_build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353

5454
steps:
5555

56+
# to ensure the drivers are installed correctly with apt-get
57+
- name: apt-get update
58+
run: sudo apt-get update
59+
5660
- name: Start MySQL service
5761
run: |
5862
sudo systemctl start mysql.service

0 commit comments

Comments
 (0)