Update build-sm64.yml

This commit is contained in:
izzy2lost
2025-03-08 16:26:43 -05:00
committed by GitHub
parent a93b611d54
commit db56fe8dd4
+5 -1
View File
@@ -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