diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 19818cafff..b84de606e5 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -17,8 +17,6 @@ jobs: strategy: fail-fast: false steps: - - name: Install rustup - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - uses: actions/checkout@v3 - uses: moonrepo/setup-rust@v0 with: @@ -29,7 +27,7 @@ jobs: cache-all-crates: 'true' - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@v4 + uses: deadsnakes/action@v2.1.1 with: python-version: ${{ env.PYTHON_VERSION }}