Skip to content

Commit

Permalink
Update simple.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Anoint <[email protected]>
  • Loading branch information
whoami-anoint authored Jan 29, 2024
1 parent 0f79596 commit 5c85589
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,22 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# Install Probe dependencies
- name: Install Probe dependencies
# Install dependencies
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Install additional dependencies
run: |
sudo apt-get update
sudo apt-get install -y fonts-liberation
sudo pip install art
# Finally, run probe.sh
- name: Run Probe
run: |
# Download probe installer make.py
wget https://raw.githubusercontent.com/whoami-anoint/Probe/main/make.py
# Run the installer
python3 make.py
# Finally, run probe.sh
- name: Run Probe
run: ./probe.sh

0 comments on commit 5c85589

Please sign in to comment.