Skip to content

Commit

Permalink
Add HOME env var in Go and Rust workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Sep 25, 2024
1 parent 88de323 commit e170af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- '.github/workflows/build-go.yml'
env:
FFI_FOR_RELEASE: false
HOME: ${{ github.workspace }}
jobs:
build:
runs-on: ubuntu-custom
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
paths:
- 'batcher/**'
- '.github/workflows/build-rust.yml'

env:
HOME: ${{ github.workspace }}
jobs:
build:
runs-on: ubuntu-custom
Expand Down

0 comments on commit e170af3

Please sign in to comment.