Skip to content

Commit

Permalink
ci: Use 1.64 toolchain
Browse files Browse the repository at this point in the history
Missed this during the last merge.
  • Loading branch information
theduke committed Jan 2, 2023
1 parent b0d118d commit d45f58d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.63
toolchain: 1.64
components: rustfmt, clippy
- name: Install libtinfo
shell: bash
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.63
toolchain: 1.64
- name: Install NodeJS
uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.63
toolchain: 1.64
target: ${{ matrix.metadata.target }}
- name: Install Windows-GNU linker
if: ${{ matrix.metadata.build == 'windows-gnu' }}
Expand Down Expand Up @@ -470,7 +470,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.63
toolchain: 1.64
target: ${{ matrix.metadata.target }}
- name: Choco install LLVM
uses: crazy-max/ghaction-chocolatey@v2
Expand Down Expand Up @@ -579,7 +579,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.63
toolchain: 1.64
target: ${{ matrix.metadata.target }}
- name: Cache
uses: whywaita/actions-cache-s3@v2
Expand Down

0 comments on commit d45f58d

Please sign in to comment.