Revert "Allow unfree packages when building droidctl"
Some checks failed
Build bootstrap packages and push to cachix / cachix (push) Has been cancelled
Build and deploy docs / deploy (push) Has been cancelled
Test nix-on-droid in an emulator / prepare-droidctl (push) Has been cancelled
Test nix-on-droid in an emulator / prepare-n-o-d (push) Has been cancelled
Test nix-on-droid in an emulator / prepare-avd (29) (push) Has been cancelled
Run lints / lint (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, android_integration) (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, bootstrap_channels) (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, bootstrap_flakes) (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, poke_around) (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, test_channels_shell) (push) Has been cancelled
Test nix-on-droid in an emulator / emulate (29, test_channels_uiautomator) (push) Has been cancelled

This reverts commit af711651ca.
This commit is contained in:
Alexander Sosedkin 2025-05-15 20:41:27 +02:00
parent 7f68d674b3
commit 40b8c7465f

View file

@ -24,7 +24,7 @@ jobs:
- name: Build droidctl
id: droidctl-build
run: |
NIXPKGS_ALLOW_UNFREE=1 nix build --impure 'github:t184256/droidctl' --out-link /tmp/droidctl
nix build '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: NIXPKGS_ALLOW_UNFREE=1 nix build --impure 'github:t184256/droidctl' --out-link /tmp/droidctl
run: nix build 'github:t184256/droidctl' --out-link /tmp/droidctl
- name: Restore AVD cache
id: avd-cache