mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Allow unfree packages when building droidctl
This commit is contained in:
parent
fc3109c847
commit
12e7cf912b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/emulator.yml
vendored
4
.github/workflows/emulator.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Build droidctl
|
||||
id: droidctl-build
|
||||
run: |
|
||||
nix build 'github:t184256/droidctl' --out-link /tmp/droidctl
|
||||
NIXPKGS_ALLOW_UNFREE=1 nix build --impure 'github:t184256/droidctl' --out-link /tmp/droidctl
|
||||
echo "path=$(realpath /tmp/droidctl)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
|
||||
|
|
@ -154,7 +154,7 @@ jobs:
|
|||
|
||||
- name: Build droidctl (anew, fallback)
|
||||
if: always() && (steps.droidctl-fetch.outcome == 'failure')
|
||||
run: nix build 'github:t184256/droidctl' --out-link /tmp/droidctl
|
||||
run: NIXPKGS_ALLOW_UNFREE=1 nix build --impure 'github:t184256/droidctl' --out-link /tmp/droidctl
|
||||
|
||||
- name: Restore AVD cache
|
||||
id: avd-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue