Skip to content

Commit

Permalink
Update CI after proc_usage removal
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Jul 19, 2024
1 parent add439d commit c2fe17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Build yosys-slang
run: |
yosys-config --build build/slang.so \
slang_frontend.cc initial_eval.cc proc_usage.cc \
slang_frontend.cc initial_eval.cc \
-Ibuild/slang_install/include -std=c++20 \
-DSLANG_BOOST_SINGLE_HEADER -Lbuild/slang_install/lib \
-lsvlang -lfmt
Expand Down

0 comments on commit c2fe17c

Please sign in to comment.