From ac843c7926c3d6860f6d1ca1fe6c967d8e144171 Mon Sep 17 00:00:00 2001 From: Valentin Senicourt Date: Mon, 6 Jan 2025 20:07:08 -0800 Subject: [PATCH] update --- .github/workflows/continuous_integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index b278793c..732fa47b 100755 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -56,6 +56,9 @@ jobs: sudo apt-get update; sudo apt-get install -y apt-transport-https && sudo apt-get update echo "YOYOYOYO" sudo apt-get install -y dotnet-sdk-8.0 + echo "YEYEYEYEYE" + sudo apt-get install -y dotnet-runtime-8.0 + echo "BB" dotnet tool install -g Microsoft.Quantum.IQSharp echo "YIYIYIYIYI" $(which dotnet-iqsharp) install --user