mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-06-19 01:16:28 -07:00
Update build-sm64.yml
This commit is contained in:
@@ -12,14 +12,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
- name: Set Up Nix and Devenv
|
||||
run: |
|
||||
# Install Nix
|
||||
curl -L https://nixos.org/nix/install | sh
|
||||
# Install Nix as a daemon
|
||||
sh <(curl -L https://nixos.org/nix/install) --daemon
|
||||
|
||||
# Source Nix environment to make nix-env available
|
||||
. /nix/var/nix/profiles/default/etc/profile.d/nix.sh
|
||||
# Source the correct profile
|
||||
. /home/runner/.nix-profile/etc/profile.d/nix.sh
|
||||
|
||||
# Install Devenv
|
||||
nix-env -iA nixpkgs.devenv -f https://github.com/NixOS/nixpkgs/tarball/nixpkgs-unstable
|
||||
|
||||
Reference in New Issue
Block a user