Skip to content

Commit

Permalink
install latest toolchain for Win64
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Nov 8, 2022
1 parent 390d889 commit 612528f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install latests rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-pc-windows-msvc
default: true
override: true

- name: Install MariaDB drivers
run: |
Expand Down

0 comments on commit 612528f

Please sign in to comment.