Skip to content

Commit 55a786e

Browse files
committed
Update packages for ubuntu image
1 parent b953b03 commit 55a786e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- run:
1515
name: Install deps for building atari-py
16-
command: sudo apt-get install -y cmake ffmpeg
16+
command: sudo apt-get update && sudo apt-get install -y cmake ffmpeg
1717

1818
- run:
1919
name: Install Python dependencies

0 commit comments

Comments
 (0)