Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b8a74d0

Browse files
committedNov 30, 2021
Debugging CI
1 parent f747cfe commit b8a74d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ 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
18+
sudo apt-get install -y cmake ffmpeg
1719

1820
- run:
1921
name: Install Python dependencies

0 commit comments

Comments
 (0)
Please sign in to comment.