From cd5b5f6f2759aaf4b4638adbe31a996ae7501388 Mon Sep 17 00:00:00 2001 From: ezShroom <68300730+ezShroom@users.noreply.github.com> Date: Sat, 24 Aug 2024 21:40:46 +0200 Subject: [PATCH] maybe i'm setting the env right now --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 305f17a..3d51546 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,7 +93,9 @@ jobs: run: bun build:cli --target=bun-windows-x64 --outfile=dist/cli/windows/cli_windows_x64.exe - name: Build CLI for x64 (baseline) - run: BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 bun build:cli --target=bun-windows-x64-baseline --outfile=dist/cli/windows/cli_windows_x64_baseline.exe + run: | + $env:BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 + bun build:cli --target=bun-windows-x64-baseline --outfile=dist/cli/windows/cli_windows_x64_baseline.exe - name: Use Resource Hacker run: |