diff --git a/.github/workflows/hqs-build-deploy-rust-pyo3.yml b/.github/workflows/hqs-build-deploy-rust-pyo3.yml index 3a26906..6ae6e9a 100644 --- a/.github/workflows/hqs-build-deploy-rust-pyo3.yml +++ b/.github/workflows/hqs-build-deploy-rust-pyo3.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.1.0 - - uses: Swatinem/rust-cache@v2 + # - uses: Swatinem/rust-cache@v2 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -62,4 +62,4 @@ jobs: with: py_interface_folder: "qoqo_qasm" deploy: true - secrets: inherit \ No newline at end of file + secrets: inherit