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:
@@ -18,7 +18,13 @@ jobs:
|
|||||||
# Install Nix as a daemon
|
# Install Nix as a daemon
|
||||||
sh <(curl -L https://nixos.org/nix/install) --daemon
|
sh <(curl -L https://nixos.org/nix/install) --daemon
|
||||||
|
|
||||||
# Source the correct profile
|
# Source the correct profile and set up environment variables
|
||||||
|
NIX_LINK=$HOME/.nix-profile
|
||||||
|
export NIX_PROFILES="/nix/var/nix/profiles/default:$NIX_LINK"
|
||||||
|
export XDG_DATA_DIRS="/usr/local/share:/usr/share:$NIX_LINK/share:/nix/var/nix/profiles/default/share"
|
||||||
|
export PATH="$NIX_LINK/bin:/nix/var/nix/profiles/default/bin:$PATH"
|
||||||
|
|
||||||
|
# Source nix.sh to update the environment
|
||||||
. /home/runner/.nix-profile/etc/profile.d/nix.sh
|
. /home/runner/.nix-profile/etc/profile.d/nix.sh
|
||||||
|
|
||||||
# Install Devenv
|
# Install Devenv
|
||||||
|
|||||||
Reference in New Issue
Block a user