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 7b592e4 commit 4299d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ 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
sudo mkdir /opt/riscv-none-elf-gcc
sudo mkdir -p /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
echo "RISCV_TOOL_PATH_PREFIX=/opt/riscv-none-elf-gcc" >> $GITHUB_ENV
- name: Run Chisel unit tests
run: sbt 'test'
- name: Build emulator and SDK
Expand Down

0 comments on commit 4299d61

Please sign in to comment.