Skip to content

Update main.yml #6

Update main.yml

Update main.yml #6

Workflow file for this run

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

Check failure on line 13 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 13
- uses: actions/checkout@v1
- 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