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:
@@ -16,9 +16,13 @@ jobs:
|
||||
- name: Install Nix
|
||||
run: |
|
||||
sh <(curl -L https://nixos.org/nix/install) --daemon
|
||||
echo ". /nix/var/nix/profiles/default/etc/profile.d/nix.sh" >> $GITHUB_ENV
|
||||
echo "Nix installed successfully"
|
||||
|
||||
- name: Verify Nix Installation
|
||||
run: |
|
||||
source /nix/var/nix/profiles/default/etc/profile.d/nix.sh
|
||||
nix-shell -p nix-info --run "nix-info -m"
|
||||
|
||||
- name: Set Up Devenv
|
||||
run: |
|
||||
. /nix/var/nix/profiles/default/etc/profile.d/nix.sh
|
||||
|
||||
Reference in New Issue
Block a user