]> sigrok.org Git - sigrok-build.git/commitdiff
build.yml: Fix required packages
authorSoeren Apel <redacted>
Sun, 25 Aug 2024 11:41:27 +0000 (13:41 +0200)
committerSoeren Apel <redacted>
Sun, 25 Aug 2024 11:41:27 +0000 (13:41 +0200)
.github/workflows/build.yml

index b8368d148705f95ed6dac1956b4412d17884e37b..a393af8fb567d31dbb71e061d5edd3cd6608816e 100644 (file)
@@ -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