Skip to content

Commit

Permalink
Add github actions HOME FIX(tm)
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed May 24, 2023
1 parent dfbcf0e commit 567b12a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
image: ${{ needs.prepare-android.outputs.container_image_android }}

steps:
# Fix for HOME path overridden by GH runners when building in containers, see:
# https://github.com/actions/runner/issues/863
- name: Fix HOME path
run: echo "HOME=/root" >> $GITHUB_ENV

- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 567b12a

Please sign in to comment.