Skip to content

Commit

Permalink
maybe i'm setting the env right now
Browse files Browse the repository at this point in the history
  • Loading branch information
ezShroom committed Aug 24, 2024
1 parent 0c9ef99 commit cd5b5f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit cd5b5f6

Please sign in to comment.