Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Nov 16, 2023
1 parent 6e35d37 commit be78dbb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ jobs:
useCache: "rbe"
rbePlatform: "ubuntu-22.04"
buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }}
nixTools: |
cowsay
ponysay
- name: Cowsay
run: cowsay "Hello, I'm a cow!"

- name: Ponysay
run: ponysay "Hello, I'm a pony!"

- name: Build all
shell: bash
Expand Down

0 comments on commit be78dbb

Please sign in to comment.