Update test_script.yml

This commit is contained in:
jfraeys 2023-11-30 21:33:33 -05:00 committed by GitHub
parent fd722522db
commit 7cd693960e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,11 +32,11 @@ jobs:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/\ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/\
Homebrew/install/HEAD/install.sh)" Homebrew/install/HEAD/install.sh)"
fi fi
brew install tmux brew install tmux fd fzf
- name: Install tmux on Ubuntu - name: Install tmux on Ubuntu
if: startsWith(matrix.os, 'ubuntu') if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install tmux run: sudo apt-get install tmux fd fzf
- name: Test aactivator.py - name: Test aactivator.py
run: | run: |