feat : Update dependency versions in SCCD workflow

- The main goal of the changes is to update dependency versions in the SCCD workflow.
This commit is contained in:
2025-02-23 10:43:40 +01:00
parent 5fb0d50bb9
commit 1a7ca4e82f

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 libboost-graph-dev gcc pyhton3.8
sudo apt-get install -y build-essential libgmp-dev libmpfr-dev libncurses-dev git subversion bison flex libboost-graph-dev gcc python3
# - name: Clone SDCC repository
# run: |