diff --git a/.github/workflows/daft-profiling.yml b/.github/workflows/daft-profiling.yml index 63345fb2dd..617bd0fb0a 100644 --- a/.github/workflows/daft-profiling.yml +++ b/.github/workflows/daft-profiling.yml @@ -19,6 +19,8 @@ jobs: strategy: fail-fast: false steps: + - name: Install rustup + run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - uses: actions/checkout@v3 - uses: moonrepo/setup-rust@v0 with: