Skip to content

Commit 53aa0a0

Browse files
committed
Debugging CI
1 parent f747cfe commit 53aa0a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .circleci/config.yml

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

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

1819
- run:
1920
name: Install Python dependencies

0 commit comments

Comments
 (0)