Skip to content

Commit

Permalink
Workaround for rust-lang/rustup#2759 in our CI
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed May 31, 2021
1 parent bc6d0ba commit eeb7aa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ jobs:
echo "MYSQL_EXAMPLE_DATABASE_URL=mysql://root@localhost/diesel_example" >> $GITHUB_ENV
echo "MYSQL_UNIT_TEST_DATABASE_URL=mysql://root@localhost/diesel_unit_test" >> $GITHUB_ENV
echo "MYSQLCLIENT_LIB_DIR=C:\tools\mysql\current\lib" >> $GITHUB_ENV
- name: Update Rustup (temporary workaround)
run: rustup self update
shell: bash
if: startsWith(matrix.os, 'windows')

- name: Install rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit eeb7aa4

Please sign in to comment.