Skip to content

Commit 514efd2

Browse files
authored
Update tests.yml
1 parent 96ec597 commit 514efd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
- name: install bzip2 and curl on linux
100100
if: matrix.os == 'ubuntu-latest'
101101
run: |
102-
sudo apt-get install libbz2-dev curl libcurl4-openssl-dev
102+
sudo apt-get update
103+
sudo apt-get install libbz2-dev curl libcurl4-openssl-dev
103104
104105
- name: test install sdist .gz with no unit tests
105106
run: |

0 commit comments

Comments
 (0)