Skip to content

Commit

Permalink
chore: fix fossa action (gnolang#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored and gfanton committed Nov 9, 2023
1 parent 3b58539 commit 8c0e6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
jvm: temurin:1.17

- name: Set up fossa CLI
run: curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
run: "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash"

- name: FOSSA analyze
run: fossa analyze
Expand Down

0 comments on commit 8c0e6ee

Please sign in to comment.