We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3812cf4 commit 0e88bb1Copy full SHA for 0e88bb1
.github/workflows/ci.yml
@@ -12,6 +12,8 @@ permissions:
12
env:
13
# Enable backtraces for easier debugging
14
RUST_BACKTRACE: 1
15
+ # For the run-make tests.
16
+ LLVM_BIN_DIR: /usr/bin
17
18
jobs:
19
build:
.github/workflows/release.yml
@@ -49,8 +51,6 @@ jobs:
49
51
- name: Set env
50
52
run: |
53
echo "workspace="$GITHUB_WORKSPACE >> $GITHUB_ENV
-
54
55
- name: Build
56
0 commit comments