Skip to content

Commit 63e53fb

Browse files
committed
wip
1 parent c0018bb commit 63e53fb

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
env:
9292
XDG_DATA_HOME: /tmp/foo
9393
94-
- run: env
95-
9694
- run: |
9795
sudo ./pkgm.ts i node@22 dev
9896
[[ $(node --version) = v22* ]] || exit 2

pkgm.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,6 @@ async function query_pkgx(
287287
): Promise<[JsonResponse, Record<string, string>]> {
288288
args = args.map((x) => `+${x}`);
289289

290-
console.error("HIDEOUS", Deno.env.toObject());
291-
292290
const env: Record<string, string> = {
293291
"PATH": standardPath(),
294292
};
@@ -300,6 +298,7 @@ async function query_pkgx(
300298
set("PKGX_DIR");
301299
set("PKGX_PANTRY_DIR");
302300
set("PKGX_DIST_URL");
301+
set("XDG_DATA_HOME");
303302

304303
const needs_sudo_backwards = install_prefix().string == "/usr/local";
305304
let cmd = needs_sudo_backwards ? "/usr/bin/sudo" : pkgx;

0 commit comments

Comments
 (0)