Skip to content

Commit

Permalink
ci: Fix building PWM example
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
  • Loading branch information
rw1nkler committed Oct 20, 2023
1 parent 1c73a04 commit c218445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
docker run --rm -i -v $(pwd):/wrk -w /wrk \
gcr.io/hdl-containers/conda/f4pga/xc7/z010 \
bash -le <<'EOF'
pip3 install -e .
pip3 install -r requirements.impl.txt
cd examples/pwm
make zvb
Expand Down

0 comments on commit c218445

Please sign in to comment.