Update build-sm64.yml

This commit is contained in:
izzy2lost
2025-03-08 16:23:06 -05:00
committed by GitHub
parent 69a51be6e2
commit a93b611d54
+7 -2
View File
@@ -16,14 +16,19 @@ jobs:
- name: Install Nix
run: |
sh <(curl -L https://nixos.org/nix/install) --daemon
. /home/runner/.nix-profile/etc/profile.d/nix.sh
echo ". /nix/var/nix/profiles/default/etc/profile.d/nix.sh" >> $GITHUB_ENV
echo "Nix installed successfully"
- name: Set Up Devenv
run: |
nix-env --install --attr devenv -f https://github.com/NixOS/nixpkgs/tarball/nixpkgs-unstable
. /nix/var/nix/profiles/default/etc/profile.d/nix.sh
nix-env -iA nixpkgs.devenv -f https://github.com/NixOS/nixpkgs/tarball/nixpkgs-unstable
mkdir -p /root/.config/devenv/
cp devenv.nix /root/.config/devenv/
cp devenv.yaml /root/.config/devenv/
devenv up
env:
NIX_PATH: nixpkgs=/nix/var/nix/profiles/default/etc/profile.d/nix.sh
- name: Install Android Emulator (AArch64 & ARMv7)
run: |