Skip to content

Commit

Permalink
Update rust toolchain as nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
omeryusufyagci committed Oct 27, 2024
1 parent 6571a82 commit e390d95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_cross-platform_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
- name: Install Rust Targets
run: rustup target add ${{ matrix.target }}

- name: Install Rust Nightly
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true

- name: Install Dependencies (macOS)
if: matrix.os == 'macos-latest'
run: brew install zig
Expand Down

0 comments on commit e390d95

Please sign in to comment.