Skip to content

Commit

Permalink
try different build for build-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosprint authored Aug 29, 2023
1 parent 76ef145 commit 65f10e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
- name: Rust cache
uses: Leafwing-Studios/[email protected]

- 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'
Expand Down

0 comments on commit 65f10e6

Please sign in to comment.