Skip to content

Commit 0e88bb1

Browse files
committed
Fix for run-make tests
1 parent 3812cf4 commit 0e88bb1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ permissions:
1212
env:
1313
# Enable backtraces for easier debugging
1414
RUST_BACKTRACE: 1
15+
# For the run-make tests.
16+
LLVM_BIN_DIR: /usr/bin
1517

1618
jobs:
1719
build:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ permissions:
1212
env:
1313
# Enable backtraces for easier debugging
1414
RUST_BACKTRACE: 1
15+
# For the run-make tests.
16+
LLVM_BIN_DIR: /usr/bin
1517

1618
jobs:
1719
build:
@@ -49,8 +51,6 @@ jobs:
4951
- name: Set env
5052
run: |
5153
echo "workspace="$GITHUB_WORKSPACE >> $GITHUB_ENV
52-
53-
5454
5555
- name: Build
5656
run: |

0 commit comments

Comments
 (0)