From 45bcea772d3ab6b33561a415028c7e5539173c4b Mon Sep 17 00:00:00 2001 From: Anexen Date: Sat, 3 Jun 2023 17:04:52 +0200 Subject: [PATCH] gh actions: use default toolchain --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe1e3dd..4c36cff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,12 +17,6 @@ jobs: runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v3 - - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - profile: minimal - override: true - name: Install dev-requirements run: pip install -r dev-requirements.txt - uses: actions/cache@v3