From b518288cd4e92b6f3b2315757dab95bb9fffd482 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sun, 9 Feb 2025 08:58:37 +0100 Subject: [PATCH] version may need to be done after clean --- .github/workflows/nightly_macos_x86_64.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly_macos_x86_64.yml b/.github/workflows/nightly_macos_x86_64.yml index 9132e2260d..49d75945d3 100644 --- a/.github/workflows/nightly_macos_x86_64.yml +++ b/.github/workflows/nightly_macos_x86_64.yml @@ -23,15 +23,15 @@ jobs: - run: zig version - - name: write version to file - run: ./ci/write_version.sh - - name: execute rust tests 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: git clean -fdx + - name: write version to file + run: ./ci/write_version.sh + - name: build release run: RUSTFLAGS="-C target-cpu=x86-64" cargo build --profile=release-with-lto --locked --bin roc --bin roc_language_server # target-cpu=x86-64 -> For maximal compatibility for all CPU's.