mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
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
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:
parent
7f68d674b3
commit
40b8c7465f
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: |
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue