chore 📦: Update SDCC build process

- This commit updates the SDCC build process with various minor changes.
This commit is contained in:
2025-02-23 10:32:03 +01:00
parent 2317f458b6
commit 4d87e095e9

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libgmp-dev libmpfr-dev libncurses-dev git subversion bison flex
sudo apt-get install -y build-essential libgmp-dev libmpfr-dev libncurses-dev git subversion bison flex libboost-graph-dev gcc pyhton
# - name: Clone SDCC repository
# run: |