mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
try git clean instead
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
2e1d265f88
commit
ebf99d2938
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly_macos_x86_64.yml
vendored
2
.github/workflows/nightly_macos_x86_64.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
run: cargo test --release --locked -- --skip opaque_wrap_function --skip gen_list::bool_list_literal --skip gen_tags::phantom_polymorphic_record
|
||||
|
||||
- name: This clean prevents a zig build command crashed error
|
||||
run: cargo clean
|
||||
run: git clean -fdx
|
||||
|
||||
- name: build release
|
||||
run: RUSTFLAGS="-C target-cpu=x86-64" cargo build --profile=release-with-lto --locked --bin roc --bin roc_language_server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue