From d9427e8f6b2893efd634fe173f87223eec5f6398 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 28 Aug 2023 08:57:12 +0200 Subject: [PATCH] Remove invalid YAML keys --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aa1dde5..78d57252 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: uses: dtolnay/rust-toolchain@master with: toolchain: stable - override: true - run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append - run: vcpkg install openssl:x64-windows-static-md - name: Run cargo check --all @@ -48,7 +47,6 @@ jobs: uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.toolchain }} - override: true - name: Run cargo check --all run: cargo check --all - name: Run the tests