GitHub actions

This commit is contained in:
Jarred Sumner
2024-05-16 00:44:55 -07:00
parent 24e195d848
commit 6098fc5492
5 changed files with 24 additions and 16 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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