Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Sep 16, 2024
1 parent 3cd63e9 commit 7b592e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: |
sudo apt install verilator cmake -y
wget -q https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v14.2.0-2/xpack-riscv-none-elf-gcc-14.2.0-2-linux-x64.tar.gz -O riscv-none-elf-gcc.tar.gz
tar xf riscv-none-elf-gcc.tar.gz --directory=~/opt/riscv-none-elf-gcc
sudo mkdir /opt/riscv-none-elf-gcc
tar xf riscv-none-elf-gcc.tar.gz --directory=/opt/riscv-none-elf-gcc
echo "PATH=$PATH:/opt/riscv-none-elf-gcc/bin" >> $GITHUB_ENV
- name: Run Chisel unit tests
run: sbt 'test'
Expand Down

0 comments on commit 7b592e4

Please sign in to comment.