Skip to content

Commit 7a330f6

Browse files
committed
added apt-get update step
1 parent 6cfc0df commit 7a330f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codetest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
cache: 'pip'
2222
- name: Install dependencies
2323
run: |
24+
sudo apt-get update
2425
sudo apt-get install -y libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0
2526
echo "PYTHONPATH=${{ github.workspace }}" >> $GITHUB_ENV
2627
python -m pip install --progress-bar off --upgrade pip

0 commit comments

Comments
 (0)