Skip to content

Commit

Permalink
fix: add necessary command to install bash
Browse files Browse the repository at this point in the history
Signed-off-by: Xoán Mallón <[email protected]>
  • Loading branch information
xoanmm committed Jun 4, 2022
1 parent 79ca988 commit 63665bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: check PATH
run: echo $PATH
- run: go version
- name: Install bash
run: apt-get update -y && apt-get install --reinstall -y bash
- uses: fossas/fossa-action@main
with:
api-key: "b0bfb312cf03c6c63752afaa5c98c7c8"

0 comments on commit 63665bc

Please sign in to comment.