Skip to content

Commit

Permalink
use nightly rust less
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 1, 2024
1 parent b207043 commit fe4a7d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build-fmf-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ jobs:
working-directory: fmf/fmf-cli
steps:
- uses: actions/checkout@v4
- name: Setup Rust
run: |
rustup toolchain install nightly --profile minimal --no-self-update
- name: Build FMF CLI app
run: |
cargo +nightly build --release
cargo build --release
- uses: actions/upload-artifact@v4
with:
name: fmf-ubuntu
Expand All @@ -32,12 +29,9 @@ jobs:
working-directory: fmf/fmf-cli
steps:
- uses: actions/checkout@v4
- name: Setup Rust
run: |
rustup toolchain install nightly --profile minimal --no-self-update
- name: Build FMF CLI app
run: |
cargo +nightly build --release
cargo build --release
- uses: actions/upload-artifact@v4
with:
name: fmf-windows
Expand All @@ -50,12 +44,9 @@ jobs:
working-directory: fmf/fmf-cli
steps:
- uses: actions/checkout@v4
- name: Setup Rust
run: |
rustup toolchain install nightly --profile minimal --no-self-update
- name: Build FMF CLI app
run: |
cargo +nightly build --release
cargo build --release
- uses: actions/upload-artifact@v4
with:
name: fmf-mac
Expand Down
2 changes: 1 addition & 1 deletion windows-build-doc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ set VPX_LIB_DIR=%HomeDrive%%HomePath%\libvpx_v1.10.0_msvc16\lib\x64
set VPX_INCLUDE_DIR=%HomeDrive%%HomePath%\libvpx_v1.10.0_msvc16\include
SET VPX_NO_PKG_CONFIG=1

cargo +nightly doc --features "ipp-sys/2019 braid-run/serve_files"
cargo doc --features "ipp-sys/2019 braid-run/serve_files"
@REM cargo build --no-default-features --features bundle_files,backend_pyloncxx,ipp-sys/2019 --release

0 comments on commit fe4a7d1

Please sign in to comment.