Skip to content

Commit 40b8c74

Browse files
committed
Revert "Allow unfree packages when building droidctl"
This reverts commit af71165.
1 parent 7f68d67 commit 40b8c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emulator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build droidctl
2525
id: droidctl-build
2626
run: |
27-
NIXPKGS_ALLOW_UNFREE=1 nix build --impure 'github:t184256/droidctl' --out-link /tmp/droidctl
27+
nix build 'github:t184256/droidctl' --out-link /tmp/droidctl
2828
echo "path=$(realpath /tmp/droidctl)" >> "$GITHUB_OUTPUT"
2929
3030
@@ -154,7 +154,7 @@ jobs:
154154

155155
- name: Build droidctl (anew, fallback)
156156
if: always() && (steps.droidctl-fetch.outcome == 'failure')
157-
run: NIXPKGS_ALLOW_UNFREE=1 nix build --impure 'github:t184256/droidctl' --out-link /tmp/droidctl
157+
run: nix build 'github:t184256/droidctl' --out-link /tmp/droidctl
158158

159159
- name: Restore AVD cache
160160
id: avd-cache

0 commit comments

Comments
 (0)