Skip to content

Commit

Permalink
Try XDG_CONFIG_HOME workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jan 16, 2025
1 parent 73b1a2a commit 021bf17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Install secp256k1 with Nix
run: nix profile install nixpkgs#secp256k1
env:
XDG_CONFIG_HOME: ~/.config
- name: Build with Gradle
run: ./gradlew build
- name: Run Java & Kotlin Examples
Expand Down

0 comments on commit 021bf17

Please sign in to comment.