Skip to content

Commit

Permalink
testing manual python install
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Jul 30, 2024
1 parent e67791d commit 0004c02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
fetch-depth: 0
submodules: recursive

- name: '📦 Install Python'
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: '📦 Install RISC-V GCC'
run: |
wget -q https://github.com/stnolting/riscv-gcc-prebuilt/releases/download/rv32i-131023/riscv32-unknown-elf.gcc-13.2.0.tar.gz
Expand All @@ -38,6 +43,7 @@ jobs:

- name: '🔍 Check tools'
run: |
python -V
riscv32-unknown-elf-gcc -v
riscv_sim_RV32 -h
riscof --version
Expand Down

0 comments on commit 0004c02

Please sign in to comment.