From fd8f22aa3ca08b3c4379e5c7e38be15a30e6efec Mon Sep 17 00:00:00 2001 From: Kevin Lewis Date: Thu, 20 Jun 2024 13:00:38 -0400 Subject: [PATCH] New cpp compiler --- .github/workflows/ik_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ik_python.yml b/.github/workflows/ik_python.yml index c2092dd..6f7a81d 100644 --- a/.github/workflows/ik_python.yml +++ b/.github/workflows/ik_python.yml @@ -66,7 +66,7 @@ jobs: python-version: '3.10' # Need a c++ compiler for one of the dependencies - name: Install build dependencies - run: sudo apt-get install -y clang + run: sudo apt-get install -y g++ - name: Build wheels uses: PyO3/maturin-action@v1 with: