Skip to content

Commit

Permalink
Comment out Windows build steps that fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ezShroom committed Aug 26, 2024
1 parent d936f4b commit f73d730
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ jobs:

- name: Build CLI for x64
run: bun build:cli --target=bun-windows-x64 --outfile=dist/cli/windows/cli_windows_x64.exe

- name: Build CLI for x64 (baseline)
run: bun build:cli --target=bun-windows-x64-baseline --outfile=dist/cli/windows/cli_windows_x64_baseline.exe

- name: Use Resource Hacker
run: |
ResourceHacker.exe -open dist/cli/windows/cli_windows_x64.exe -save dist/cli/windows/cli_windows_x64.exe -action addoverwrite -res resource.res
ResourceHacker.exe -open dist/cli/windows/cli_windows_x64_baseline.exe -save dist/cli/windows/cli_windows_x64_baseline.exe -action addoverwrite -res resource.res
#
# - name: Build CLI for x64 (baseline)
# run: bun build:cli --target=bun-windows-x64-baseline --outfile=dist/cli/windows/cli_windows_x64_baseline.exe
#
# - name: Use Resource Hacker
# run: |
# ResourceHacker.exe -open dist/cli/windows/cli_windows_x64.exe -save dist/cli/windows/cli_windows_x64.exe -action addoverwrite -res resource.res
# ResourceHacker.exe -open dist/cli/windows/cli_windows_x64_baseline.exe -save dist/cli/windows/cli_windows_x64_baseline.exe -action addoverwrite -res resource.res

build-linux:
name: Build CLI (Linux)
Expand Down

0 comments on commit f73d730

Please sign in to comment.