mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
llvm still needs zstd
The nightly won't build without this line Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
d66f581eeb
commit
5d69edfb97
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ jobs:
|
|||
test-and-build:
|
||||
name: Rust tests, build and package nightly release
|
||||
runs-on: [self-hosted, macOS, ARM64]
|
||||
env:
|
||||
LIBRARY_PATH: /opt/homebrew/Cellar/zstd/1.5.6/lib
|
||||
timeout-minutes: 90
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue