Skip to content

Update main.yml #2

Update main.yml

Update main.yml #2

Workflow file for this run

name: Icarus Simulation
on:
push:
branches: ['master']
jobs:
runs-on: ubuntu-latest
sim:

Check failure on line 11 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Build the Docker Image
run: |
docker build . --file Dockerfile --tag icarus-sim:$(date +%s)
iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v
vvp transceiver