From c1c207206d8cb4dc3a75e6f78d483afffbfa8f40 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 11 Sep 2024 15:18:05 +0200 Subject: [PATCH] WTF. --- .github/workflows/tests.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0952de5e..3343cf7f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -39,6 +39,7 @@ jobs: # Released on: 02 May, 2024 # https://releases.rs/docs/1.78.0/ toolchain: 1.80.0 + override: true components: rustfmt, clippy - name: Install Protoc uses: arduino/setup-protoc@v1 @@ -68,12 +69,9 @@ jobs: # path: | # ~/.cargo/registry # ~/.cargo/git - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - name: Install run: | - # export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH" - ls ${{ env.pythonLocation }}/lib/ + sudo apt install python3.11-dev make install-cpu - name: Run server tests run: | @@ -87,9 +85,6 @@ jobs: pre-commit run --all-files - name: Run Rust tests run: | - export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH" - echo $LD_LIBRARY_PATH - ls ${{ env.pythonLocation }}/lib/ cargo test # - name: sccache stats # run: |