From: Soeren Apel Date: Sun, 25 Aug 2024 11:41:27 +0000 (+0200) Subject: build.yml: Fix required packages X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=f197a1f1cc8713c92dbea2f4bea5023edd8e4f24;p=sigrok-build.git build.yml: Fix required packages --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8368d1..a393af8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -240,9 +240,7 @@ jobs: sudo apt-get update sudo apt-get upgrade -y # Temp! - sudo apt-get install -y python3.6-dev - # Temp! - sudo apt-get install -y libboost-system1.65-dev libboost-filesystem1.65-dev libboost-serialization1.65-dev + sudo apt-get install -y python3-dev - name: Checkout sigrok-build # Cannot use actions/checkout because it always checks out the calling actions' repo, not the one specified @@ -342,7 +340,7 @@ jobs: # Temp! sudo apt-get install -y libffi-dev # Temp! - sudo apt-get install -y python3.6-dev + sudo apt-get install -y python3-dev - name: Checkout sigrok-build # Cannot use actions/checkout because it always checks out the calling actions' repo, not the one specified