Skip to content

Commit df806a3

Browse files
committed
Use yesterday's rustc on OSX as the release binaries were built with it
1 parent 927149c commit df806a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ jobs:
358358
uses: actions/checkout@v2
359359
with:
360360
fetch-depth: 0
361+
- name: Temporarily use rustc from yesterday
362+
run: |
363+
rustup install 1.67.1
364+
rustup default 1.67.1
361365
- name: Fetch upstream LLVM/clang snapshot
362366
run: |
363367
git config --global safe.directory '*'

0 commit comments

Comments
 (0)