Skip to content

Commit

Permalink
Improve cowsay
Browse files Browse the repository at this point in the history
  • Loading branch information
helenol committed Nov 7, 2023
1 parent 1a2d4fb commit 80930f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
# Replace this with your actual deps. But cowsay is fun.
run: |
apt update && apt install -y fortune-mod cowsay
apt update && apt install -y fortune cowsay
shell: bash
- name: Setup workspace & install ROS dependencies
run: |
Expand All @@ -60,7 +60,6 @@ jobs:
shell: bash
- name: Get a fortune from a cow
# Replace this with a testing script or anything else you need to do.
run: |
fortune | cowsay
run: /usr/games/fortune | /usr/games/cowsay
shell: bash

0 comments on commit 80930f3

Please sign in to comment.