We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f68d67 commit 40b8c74Copy full SHA for 40b8c74
.github/workflows/emulator.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build droidctl
25
id: droidctl-build
26
run: |
27
- NIXPKGS_ALLOW_UNFREE=1 nix build --impure 'github:t184256/droidctl' --out-link /tmp/droidctl
+ nix build 'github:t184256/droidctl' --out-link /tmp/droidctl
28
echo "path=$(realpath /tmp/droidctl)" >> "$GITHUB_OUTPUT"
29
30
@@ -154,7 +154,7 @@ jobs:
154
155
- name: Build droidctl (anew, fallback)
156
if: always() && (steps.droidctl-fetch.outcome == 'failure')
157
- run: NIXPKGS_ALLOW_UNFREE=1 nix build --impure 'github:t184256/droidctl' --out-link /tmp/droidctl
+ run: nix build 'github:t184256/droidctl' --out-link /tmp/droidctl
158
159
- name: Restore AVD cache
160
id: avd-cache
0 commit comments