mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
GitHub actions
This commit is contained in:
4
.github/workflows/build-darwin.yml
vendored
4
.github/workflows/build-darwin.yml
vendored
@@ -28,7 +28,9 @@ on:
|
||||
|
||||
env:
|
||||
LLVM_VERSION: 16
|
||||
BUN_VERSION: 1.1.2
|
||||
BUN_VERSION: 1.1.8
|
||||
LC_CTYPE: "en_US.UTF-8"
|
||||
LC_ALL: "en_US.UTF-8"
|
||||
|
||||
jobs:
|
||||
build-submodules:
|
||||
|
||||
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@@ -29,7 +29,7 @@ on:
|
||||
env:
|
||||
# Must specify exact version of LLVM for Windows
|
||||
LLVM_VERSION: 16.0.6
|
||||
BUN_VERSION: 1.1.2
|
||||
BUN_VERSION: 1.1.8
|
||||
|
||||
jobs:
|
||||
build-submodules:
|
||||
|
||||
2
.github/workflows/comment-lint.yml
vendored
2
.github/workflows/comment-lint.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
run: |
|
||||
# Copy to outputs
|
||||
echo "pr-number=$(cat pr-number.txt)" >> $GITHUB_OUTPUT
|
||||
echo "text_output="$(cat format.log)" >> $GITHUB_OUTPUT
|
||||
echo "text_output=$(cat format.log)" >> $GITHUB_OUTPUT
|
||||
echo "did_fail=$(cat did_fail.txt)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Find Comment
|
||||
|
||||
Reference in New Issue
Block a user