Update build-sm64.yml

This commit is contained in:
izzy2lost
2025-03-08 16:31:31 -05:00
committed by GitHub
parent db56fe8dd4
commit 169ab59ba1
-5
View File
@@ -17,11 +17,6 @@ jobs:
run: |
sh <(curl -L https://nixos.org/nix/install) --daemon
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: |