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