Skip to content

Commit

Permalink
no gix
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Feb 6, 2025
1 parent 73c810d commit 2c1af48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/mise/mise.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func (m *Mise) runCmd(args ...string) (string, error) {
fmt.Sprintf("MISE_CACHE_DIR=%s", cacheDir),
fmt.Sprintf("MISE_DATA_DIR=%s", dataDir),
fmt.Sprintf("PATH=%s", os.Getenv("PATH")),
"MISE_GIX=false",
)

// cmd.Env = append(cmd.Env, os.Environ()...)
Expand Down

0 comments on commit 2c1af48

Please sign in to comment.