Skip to content

Commit

Permalink
chore(): continue if sccache setup fails
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Carvalho <[email protected]>
  • Loading branch information
saiintbrisson authored Mar 15, 2024
1 parent 5029fc4 commit 1b123f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install sccache and dependencies
continue-on-error: true
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 1b123f2

Please sign in to comment.