Skip to content

Commit b8449ca

Browse files
committed
fixing ci
Signed-off-by: Andrey Parfenov <[email protected]>
1 parent d6600da commit b8449ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_unix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,11 @@ jobs:
402402
npm run bandpower_all
403403
# deploy started
404404
- name: Install AWS CLI
405-
run: sudo -H python3 -m pip install awscli==1.21.10
405+
run: sudo -H python3 -m pip install awscli==1.36.28
406406
- name: Push Libraries Linux Docker
407407
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-20.04' && github.repository == 'brainflow-dev/brainflow' }}
408408
run: |
409+
ls $GITHUB_WORKSPACE/installed_docker/lib/
409410
aws s3 cp $GITHUB_WORKSPACE/installed_docker/lib/ s3://brainflow/$GITHUB_SHA/linux --recursive
410411
env:
411412
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)