Skip to content

Commit

Permalink
CI: fix sbt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Jan 11, 2025
1 parent 11b4004 commit 0decbf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Chisel Book Continous Integration
name: Chisel Book Continuous Integration

on:
push:
Expand All @@ -18,6 +18,8 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Setup sbt
uses: sbt/setup-sbt@v1
- name: Setup Verilator
run: sudo apt-get install verilator
- name: Setup z3
Expand Down
2 changes: 2 additions & 0 deletions chisel-book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5013,6 +5013,8 @@ \subsection{Minimum Search Example}
of a chain of functions to the original sequence. Chaining functions is a typical pattern in functional programming.
This pattern can also be seen as a pipeline of operations.
\todo{This should be in a listing to have the right order between examples.}
\shortlist{code/fun_min3.txt}
The first function (\code{zipWithIndex})
Expand Down

0 comments on commit 0decbf0

Please sign in to comment.