diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 688c6e0e9b..93f01aeb5b 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -48,14 +48,14 @@ jobs: - name: Rust cache uses: Leafwing-Studios/cargo-cache@v1.1.0 - - name: Build - run: cargo build --release -p ambient --target ${{ matrix.target }} --features production - # - name: Build - # run: cargo build --workspace --release - # env: - # CARGO_INCREMENTAL: 0 - # RUSTFLAGS: "-C debuginfo=0" + # run: cargo build --release -p ambient --target ${{ matrix.target }} --features production + + - name: Build + run: cargo build -p ambient --release + env: + CARGO_INCREMENTAL: 0 + RUSTFLAGS: "-C debuginfo=0" - name: Install certificate (OSX) if: matrix.os == 'macos-latest'