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 committed Jan 29, 2024
1 parent 5d99dd9 commit b40b47d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y fonts-liberation
sudo apt-get install -y python3-pip
sudo pip3 install --upgrade pip
sudo pip3 install art
- name: Run Probe
run: |
wget https://raw.githubusercontent.com/whoami-anoint/Probe/main/make.py
python3 make.py
python3 make.py || echo "Error: Unable to run make.py script."

0 comments on commit b40b47d

Please sign in to comment.