mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
Ignore carriage returns
This commit is contained in:
1
.github/workflows/bun-windows.yml
vendored
1
.github/workflows/bun-windows.yml
vendored
@@ -437,6 +437,7 @@ jobs:
|
||||
TMPDIR: ${{runner.temp}}
|
||||
TLS_MONGODB_DATABASE_URL: ${{ secrets.TLS_MONGODB_DATABASE_URL }}
|
||||
TLS_POSTGRES_DATABASE_URL: ${{ secrets.TLS_POSTGRES_DATABASE_URL }}
|
||||
SHELLOPTS: igncr
|
||||
run: |
|
||||
node packages/bun-internal-test/src/runner.node.mjs ${{runner.temp}}/release/${{env.tag}}-${{ matrix.arch == 'x86_64' && 'x64' || 'aarch64' }}${{ matrix.cpu == 'nehalem' && '-baseline' || '' }}-profile/bun.exe || true
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user