Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBlackMIDIScore authored Aug 14, 2024
1 parent 07bbd67 commit c2862ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-04-02
toolchain: nightly-2024-08-12
target: ${{ matrix.target.name }}
override: true
profile: minimal
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install target
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-04-02
toolchain: nightly-2024-08-12
target: ${{ matrix.target.name }}
override: true
profile: minimal
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-04-02
toolchain: nightly-2024-08-12
target: ${{ matrix.target.name }}
override: true
profile: minimal
Expand Down

0 comments on commit c2862ec

Please sign in to comment.