Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
* Remove chisel3-tools docker image
* Install Verilator from system repositories
* Use coursier's setup-action for setting up Scala and sbt
* Update coursier's cache-action to v6 due to deprecation warnings
  • Loading branch information
konda-x1 committed Jul 26, 2023
1 parent a21c468 commit 49e63dd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,18 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
container:
image: ucbbar/chisel3-tools
options: --user github --entrypoint /bin/bash
env:
CONTAINER_HOME: /home/github

steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Install Verilator
run: sudo apt-get update -y && sudo apt-get install -y verilator
- name: Setup Scala
uses: olafurpg/setup-scala@v10
uses: coursier/setup-action@v1
- name: Cache
uses: coursier/cache-action@v5
uses: coursier/cache-action@v6
- name: Documentation
id: doc
run: sbt doc
Expand Down

0 comments on commit 49e63dd

Please sign in to comment.